[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Clears the Items in the list of Pascal help contexts.
Source position: lazhelpintf.pas line 70
public procedure TPascalHelpContextList.Clear; |
Clear is a procedure used to clear the list of TPascalHelpContext instances in the Items for the list. Clear iterates over the positions in Items, and sets the Context string for each item to an empty string (''). This allows the record instance to be finalized. Clear calls ReAllocMem to sets the length of the Items property to 0 (zero).
|
Provides indexed access to help contexts in the List by ordinal position. |
|
|
Pointer to the initial help context stored in the list. |
|
|
Record type used to represent a Pascal help context and its descriptor. |
Version 4.0 | Generated 2025-05-03 | Home |