Klasse TPascalHelpContextList

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TPascalHelpContextList = class(THelpQueryItem)

Beschreibung

no description available, THelpQueryItem description follows

Hierarchie

Übersicht

Methoden

Public procedure Add(const Context: TPascalHelpContext);
Public procedure Insert(Index: integer; const Context: TPascalHelpContext);
Public procedure Clear;
Public destructor Destroy; override;
Public function IsEqual(QueryItem: THelpQueryItem): boolean; override;
Public function CompareList(AList: TPascalHelpContextList): integer;
Public function AsString: string; override;

Eigenschaften

Public property Count: integer read FCount;
Public property Items[Index: integer]: TPascalHelpContext read GetItems;
Public property List: TPascalHelpContextPtr read fItems;

Beschreibung

Methoden

Public procedure Add(const Context: TPascalHelpContext);
 
Public procedure Insert(Index: integer; const Context: TPascalHelpContext);
 
Public procedure Clear;
 
Public destructor Destroy; override;
 
Public function IsEqual(QueryItem: THelpQueryItem): boolean; override;
 
Public function CompareList(AList: TPascalHelpContextList): integer;
 
Public function AsString: string; override;
 

Eigenschaften

Public property Count: integer read FCount;
 
Public property Items[Index: integer]: TPascalHelpContext read GetItems;
 
Public property List: TPascalHelpContextPtr read fItems;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:00