TESBGetCalMenuNameEvent Type |
Unit
QESBPCSGlobals
Declaration
TESBGetCalMenuNameEvent = procedure (Sender: TObject; const ItemNo: Integer; var Value: string) of object;
Description
ItemNo is the Order of the Entry, Value is what will appear in the Menu. Value = '-' means separator.
|