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



PopupMCaptions


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

The array property PopupMCaptions allows to adjust the captions of the 'Mark' submenu of the data area. The parameter ix determines which menu entry is affected and may assume values between 1 and MaxPopupMCmds. 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 PopupMCaptions[1] := 'Bereich'; translates the first entry ('Range') into German language.



Last Update: 2023-Dec-13