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....



PopupUCaptions


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

The array property PopupUCaptions allows to adjust the captions of the 'Unmark' submenu of the data area. The parameter ix determines which menu entry is affected and may assume values between 1 and MaxPopupUCmds. Values below and above this range are ignored.

By default the submenu of the data area contains the following entries:
ix   Default Caption
1Range
2Column
3Row
4All

Example: The statement PopupUCaptions[1] := 'Bereich'; translates the first entry ('Range') into German language.



Last Update: 2023-Dec-13