TSCARClient.Exists

From SCAR Divi Manual
Jump to: navigation, search

Definition

Member of TSCARClient.
function TSCARClient.Exists: Boolean;

Availability

SCAR Divi 3.35 > Current

Description

Returns true if the client exists or has the ability to function, the actual effect may depend on the implementation of the client.

Implementations

Example

begin
  WriteLn(GetClient.Exists);
end.