TSCARClient.Activate
From SCAR Divi Manual
Revision as of 18:04, 22 July 2012 by Freddy (talk | contribs) (Created page with "==Class== TSCARClient ==Definition== <source lang="scar" lines="false"> function TSCARClient.Activate: Boolean; </source> ==Availability== SCAR Divi 3.35 > Current ==Descr...")
Class
Definition
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
- TSCARWindowClient: The method brings the window to the foreground.
- TSCARBitmapClient: The method has no implementation and throws an exception.
- TSCARLibraryClient: The implementation depends on the library, refer to the library's documentation.
Example
begin GetClient.Activate; end.
Output:
(0,0);(2,2);(5,10)