The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



PopupHCaptions


Unit:SDL_ntabed
Class: TNTabEd
Declaration: property PopupHCaptions[ix: integer]: TDTNameStr;

The array property PopupHCaptions allows to adjust the captions of the popup menu of the heading area. The parameter ix determines which menu entry is affected and may assume values between 1 and MaxPopupHCmds. Values below and above this range are ignored.

By default the submenu of the data area contains the following entries:
ix   Default Caption
1Edit Heading
2Change Precision

Example: The statement PopupHCaptions[2] := 'Überschrift ändern'; translates the first entry ('Edit Heading') into German language.



Last Update: 2023-Dec-13