Unit 'IdFTPCommon' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_indy]

TIdFTPClientIdentifier

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdFTPCommon.pas line 210

type TIdFTPClientIdentifier = class(TPersistent)

protected

  FClientName: string;

  

  FClientVersion: string;

  

  FClientVendor: string;

  

  FPlatformDescription: string;

  

  FExtraFacts: TStrings;

  

  function GetCLNTParams;

  

  function GetCSIDParams;

  

  procedure SetClientName();

  

  procedure SetClientVersion();

  

  procedure SetClientVendor();

  

  procedure SetPlatformDescription();

  

  procedure SetExtraFacts();

  

  procedure SetCLNTParams();

  

  procedure SetCSIDParams();

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  property CLNTParams: string; [rw]

  

  property CSIDParams: string; [rw]

  

published

  property ClientName: string; [rw]

  

  property ClientVersion: string; [rw]

  

  property ClientVendor: string; [rw]

  

  property PlatformDescription: string; [rw]

  

  property ExtraFacts: TStrings; [rw]

  

end;

Inheritance

TIdFTPClientIdentifier

  

|

TObject



CT Web help

CodeTyphon Studio