Skip to main content

TdxSpreadSheetBuiltInTableViewPopupMenu Members

A built-in context menu available in a Table View worksheet.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
DesignInfo Inherited from TComponent.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Owner Inherited from TComponent.
Tag Inherited from TComponent.
VCLComObject Inherited from TComponent.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Constants

Name Description
cidBringToFront Specifies an ID of the “Bring to Front” pop-up menu item.
cidClearContent Specifies an ID of the “Clear Contents” pop-up menu item.
cidCopy Specifies an ID of the Copy pop-up menu item.
cidCut Specifies an ID of the Cut pop-up menu item.
cidDelete Specifies an ID of the Delete pop-up menu item.
cidDeleteComments Specifies an ID of the “Delete Comment” pop-up menu item.
cidDeleteHyperlink Specifies an ID of the “Remove Hyperlink” pop-up menu item.
cidEditComment Specifies an ID of the “Edit Comment…” pop-up menu item.
cidEditContainer Specifies an ID of the “Customize Object…” pop-up menu item.
cidEditHyperlink Specifies an ID of the “Hyperlink…” pop-up menu item.
cidFormatCells Specifies an ID of the “Format Cells…” pop-up menu item.
cidHide Specifies an ID of the “Hide” pop-up menu item.
cidInsert Specifies an ID of the “Insert” and “Insert…” pop-up menu items.
cidMerge Specifies an ID of the “Merge Cells” pop-up menu item.
cidOpenHyperlink Specifies an ID of the “Open Hyperlink” pop-up menu item.
cidPaste Specifies an ID of the “Paste” pop-up menu item.
cidPasteSpecialFormulas Specifies an ID of the “Formulas” pop-up menu item.
cidPasteSpecialFormulasAndColumnWidths Specifies an ID of the “Keep Source Column Widths” pop-up menu item.
cidPasteSpecialFormulasAndFormatting Specifies an ID of the “Formulas and Number Formatting” pop-up menu item.
cidPasteSpecialFormulasAndStyles Specifies an ID of the “Keep Source Formatting” pop-up menu item.
cidPasteSpecialValues Specifies an ID of the “Values” pop-up menu item.
cidPasteSpecialValuesAndFormatting Specifies an ID of the “Values and Number Formatting” pop-up menu item.
cidPasteSpecialValuesAndStyles Specifies an ID of the “Values and Source Formatting” pop-up menu item.
cidSendToBack Specifies an ID of the “Send to Back” popup menu item.
cidShowPasteSpecialDialog Specifies an ID of the “Paste Special…” popup menu item.
cidSplit Specifies an ID of the “Unmerge Cells” pop-up menu item.
cidToggleCommentVisibility Specifies an ID of the pop-up menu item that shows the “Show Comment” or “Hide Comment” caption.
cidUnhide Specifies an ID of the “Unhide…” pop-up menu item.
See Also