TdxSpreadSheetCustomPopupMenu Class
In This Article
The base class for all classes that implement pop-up menus in spreadsheet controls.
#Declaration
Delphi
TdxSpreadSheetCustomPopupMenu = class(
TComponent
)
#Remarks
This class implements the core functionality of localizable context menus integrated into a spreadsheet control.
Do not use this class directly. Use public constants available in TdxSpreadSheetCustomPopupMenu class descendants to identify specific menu items in code.
#Inheritance
TObject
TPersistent
TComponent
TdxSpreadSheetCustomPopupMenu
See Also