[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazHelpIntf' (#lcl)

TPascalHelpContextList

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

Implements a list for Pascal help contexts.

Declaration

Source position: lazhelpintf.pas line 61

type TPascalHelpContextList = class(THelpQueryItem)

public

  procedure Add();

  

Adds a Pascal help context to the end of list in Items.

  procedure Insert();

  

Inserts a Pascal help context at the specified position in Items.

  procedure Clear;

  

Clears the Items in the list of Pascal help contexts.

  destructor Destroy; override;

  

Destructor for the class instance.

  function IsEqual(); override;

  

Indicates if the list is equivalent to the specified list of help contexts.

  function CompareList();

  

Compares the specified list of help contexts to the current instance.

  function AsString; override;

  

Gets the string representation for help contexts in Items.

  property Count: Integer; [r]

  

Indicates the number of help contexts stored in Items.

  property Items []: TPascalHelpContext; [r]

  

Provides indexed access to help contexts in the List by ordinal position.

  property List: TPascalHelpContextPtr; [r]

  

Pointer to the initial help context stored in the list.

end;

Inheritance

TPascalHelpContextList

  

Implements a list for Pascal help contexts.

|

THelpQueryItem

  

|

TObject

Description

TPascalHelpContextList is a THelpQueryItem descendant used to access and maintain a list of Pascal help contexts. TPascalHelpContextList provides methods used to add, insert, and compare Pascal help contexts in the list. Properties are provided to determine the number of items in the list, and to access individual TPascalHelpContext instances in the list.

See also

TPascalHelpContext

  

Record type used to represent a Pascal help context and its descriptor.

THelpQueryItem

  


Version 3.2 Generated 2024-02-25 Home