Unit 'IdSSH' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

TIdSSHRegEntry

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

Declaration

Source position: IdSSH.pas line 79

type TIdSSHRegEntry = class(TCollectionItem)

protected

  FProductName: string;

  

  FVendor: string;

  

  FCopyright: string;

  

  FDescription: string;

  

  FURL: string;

  

  FClientClass: TIdClientSSHClass;

  

  FServerClass: TIdServerSSHClass;

  

public

  property ProductName: string; [rw]

  

  property Vendor: string; [rw]

  

  property Copyright: string; [rw]

  

  property Description: string; [rw]

  

  property URL: string; [rw]

  

  property ClientClass: TIdClientSSHClass; [rw]

  

  property ServerClass: TIdServerSSHClass; [rw]

  

end;

Inheritance

TIdSSHRegEntry

  

|

TObject



CT Web help

CodeTyphon Studio