TSCARClient.Activate

From SCAR Divi Manual
Revision as of 19:06, 22 July 2012 by Freddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

Member of TSCARClient.
function TSCARClient.Activate: Boolean;

Availability

SCAR Divi 3.35 > Current

Description

Activates the client, the actual effect may depend on the implementation of the client. The function returns true when successful.

Implementations

Example

begin
  GetClient.Activate;
end.