Back to Devexpress

TcxCustomGridTableView Methods

vcl-cxgridcustomtableview-dot-tcxcustomgridtableview-dot-underscore-methods.md

latest23.5 KB
Original Source

TcxCustomGridTableView Methods

The base class for all table-based grid View classes in the VCL Data Grid.

NameDescription
ApplyBestFit(TcxCustomGridTableItem,Boolean,Boolean)Adjusts the width of the View’s items to display their content in full.
Assign(TPersistent)Inherited from TPersistent.
AssignSettings(TcxCustomGridView)Inherited from TcxCustomGridView.
AssignTo(TPersistent)Inherited from TPersistent.
BeginBestFitUpdateDisables updates to the View, and displays a “Locked View” image with the hourglass cursor.
BeginFilteringUpdateDisables updates to the View, and displays a “Locked View” image with the hourglass cursor.
BeginGroupingUpdateDisables updates to the View, and displays a “Locked View” image with the hourglass cursor.
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.
BeginSortingUpdateDisables updates to the View, and displays a “Locked View” image with the hourglass cursor.
BeginUpdate(TcxGridShowLockedStateImageMode)Prevents the current View’s updates until the EndUpdate or CancelUpdate method is called. Inherited from TcxCustomGridView.
BoundsChanged(Boolean,Boolean)Inherited from TcxCustomGridView.
CanBeLookupList
CancelUpdateEnables the current View’s updates after calling the BeginUpdate method. Inherited from TcxCustomGridView.
Changed(TcxGridViewChangeKind)Inherited from TcxCustomGridView.
Changed(TObject)Inherited from TcxCustomGridView.
CheckSynchronizationAssignNeededInherited from TcxCustomGridView.
ClearItemsRemoves all items from the View.
CopyToClipboard(Boolean)Copies the View content to the clipboard as text.
CreateItemCreates an item and adds it to the current View.
CreateViewInfoInherited from TcxCustomGridView.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
EndBestFitUpdateEnables updates to the View.
EndFilteringUpdateEnables updates to the View.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndGroupingUpdateEnables updates to the View.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
EndSortingUpdateEnables updates to the View.
EndUpdateEnables the current View’s updates after calling the BeginUpdate method. Inherited from TcxCustomGridView.
Equals(TObject)Inherited from TObject.
ExecuteAction(TBasicAction)Inherited from TComponent.
FindComponent(String)Inherited from TComponent.
FindItemByID(Integer)Locates an item within the current View according to the item Item.ID property’s value.
FindItemByName(string)Locates an item with the specified name.
FindItemByTag(TcxTag)Locates an item with the specified tag value.
FreeNotification(TComponent)Inherited from TComponent.
FreeOnReleaseInherited from TComponent.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetHashCodeInherited from TObject.
GetHitTest(Integer,Integer)Returns the HitTest object that identifies the visual element at the inspected point. Inherited from TcxCustomGridView.
GetHitTest(TPoint)Inherited from TcxCustomGridView.
GetImagesReturns the image list used as the source of icons for data item headers. Inherited from TcxCustomGridView.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
GoToNextScrollbarAnnotation(TdxScrollbarAnnotationKinds,Boolean,Boolean)Moves focus to the nearest record marked with a scrollbar annotation.
HasAsClone(TcxCustomGridView)Inherited from TcxCustomGridView.
HasAsMaster(TcxCustomGridView)Inherited from TcxCustomGridView.
HasParentInherited from TComponent.
HideHourglassCursorSuppresses the hourglass cursor. Inherited from TcxCustomGridView.
IndexOfItem(TcxCustomGridTableItem)Returns the index of the first entry within the Items collection with the specified value.
InsertComponent(TComponent)Inherited from TComponent.
Invalidate(Boolean)Invalidates the grid View. Inherited from TcxCustomGridView.
IsEqualHeightRecords
IsImplementorOf(IInterface)Inherited from TComponent.
IsSynchronizationInherited from TcxCustomGridView.
IsUpdateLockedInherited from TcxCustomGridView.
LayoutChanged(Boolean)Updates the View in response to layout changes. Inherited from TcxCustomGridView.
LoadedInherited from TComponent.
MakeMasterGridRecordVisibleMakes the master View record owning the current View visible.
Notification(TComponent,TOperation)Inherited from TComponent.
ReferenceInterface(IInterface,TOperation)Inherited from TComponent.
RemoveComponent(TComponent)Inherited from TComponent.
RemoveFreeNotification(TComponent)Inherited from TComponent.
RestoreDataViewState(TcxGridStorageOptions)Restores user interaction states stored in memory after a StoreDataViewState procedure call. Inherited from TcxCustomGridView.
RestoreDataViewStateFromStream(TStream,TcxGridStorageOptions)Restores the previously saved data view state from a stream. Inherited from TcxCustomGridView.
RestoreDefaultsRestores the default View settings. Inherited from TcxCustomGridView.
RestoreFromIniFile(string,Boolean,Boolean,TcxGridStorageOptions,string,string)Restores previously saved grid View state information from an INI file. Inherited from TcxCustomGridView.
RestoreFromRegistry(string,Boolean,Boolean,TcxGridStorageOptions,string,string)Restores previously saved grid View state information from the system registry. Inherited from TcxCustomGridView.
RestoreFromStorage(string,TcxCustomReaderClass,Boolean,Boolean,TcxGridStorageOptions,string,string)Restores previously saved grid View state information from a file in a custom data format. Inherited from TcxCustomGridView.
RestoreFromStream(TStream,Boolean,Boolean,TcxGridStorageOptions,string,string)Restores previously saved grid View state information from a stream. Inherited from TcxCustomGridView.
SetParentComponent(TComponent)Inherited from TComponent.
SetSubComponent(Boolean)Inherited from TComponent.
ShowHourglassCursorDisplays the hourglass cursor. Inherited from TcxCustomGridView.
SizeChanged(Boolean,Boolean)Responds to View resizing. Inherited from TcxCustomGridView.
SmartPaste(string)Inserts the specified string or current clipboard content into all configured data items using the AI-powered Smart Paste functionality.
StoreDataViewState(TcxGridStorageOptions)Stores specified user interaction states in memory. Inherited from TcxCustomGridView.
StoreDataViewStateToStream(TStream,TcxGridStorageOptions)Saves specified user grid View interaction states to a stream. Inherited from TcxCustomGridView.
StoreToIniFile(string,Boolean,TcxGridStorageOptions,string,string)Saves grid View state information to an INI file. Inherited from TcxCustomGridView.
StoreToRegistry(string,Boolean,TcxGridStorageOptions,string,string)Saves specified View data structure and user interaction information to the system registry. Inherited from TcxCustomGridView.
StoreToStorage(string,TcxCustomWriterClass,Boolean,TcxGridStorageOptions,string,string)Saves grid View data layout and user interaction states to a file in a custom data format. Inherited from TcxCustomGridView.
StoreToStream(TStream,TcxGridStorageOptions,string,string)Saves specified View data structure and user interaction information to a stream. Inherited from TcxCustomGridView.
ToStringInherited from TObject.
UpdateAction(TBasicAction)Inherited from TComponent.
UseRightToLeftAlignmentInherited from TcxCustomGridView.
ViewChangedInherited from TcxCustomGridView.
ViewChanged(TcxRegion)Invalidates a View or View region. Inherited from TcxCustomGridView.
ViewChanged(TRect)Inherited from TcxCustomGridView.

See Also

TcxCustomGridTableView Class

TcxCustomGridTableView Members

cxGridCustomTableView Unit