TSCARClient.Clone

From SCAR Divi Manual
Revision as of 19:15, 22 July 2012 by Freddy (talk | contribs) (Created page with "==Definition== Member of TSCARClient. <source lang="scar" lines="false"> function TSCARClient.Clone: TSCARClient; </source> ==Availability== SCAR Divi 3.35 > Current ==Desc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

Member of TSCARClient.

function TSCARClient.Clone: TSCARClient;

Availability

SCAR Divi 3.35 > Current

Description

Creates a new TSCARClient object which is a copy of the first. The method will return nil when it did not succeed, or the client can't be cloned.

Implementations

Example

begin
  SetClient(GetClient.Clone).Free;
end.