Record type used to represent a Pascal help context and its descriptor.
Source position: lazhelpintf.pas line 55
type TPascalHelpContext = record |
||
Descriptor: TPascalHelpContextType; |
|
TPascalHelpContextType for the record. |
Context: string; |
|
String representing the Pascal context. |
end; |