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

TIdSSLRegEntry

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

Declaration

Source position: IdSSL.pas line 124

type TIdSSLRegEntry = class(TCollectionItem)

protected

  FProductName: string;

  

  FVendor: string;

  

  FCopyright: string;

  

  FDescription: string;

  

  FURL: string;

  

  FClientClass: TIdClientSSLClass;

  

  FServerClass: TIdServerSSLClass;

  

public

  property ProductName: string; [rw]

  

  property Vendor: string; [rw]

  

  property Copyright: string; [rw]

  

  property Description: string; [rw]

  

  property URL: string; [rw]

  

  property ClientClass: TIdClientSSLClass; [rw]

  

  property ServerClass: TIdServerSSLClass; [rw]

  

end;

Inheritance

TIdSSLRegEntry

  

|

TObject



CT Web help

CodeTyphon Studio