Skip to main content

TcxCustomGridView Methods

The base class for all grid Views.
Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignSettings(TcxCustomGridView)
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.
BeginUpdate(TcxGridShowLockedStateImageMode) Prevents the current View’s updates until the EndUpdate or CancelUpdate method is called.
BoundsChanged(Boolean,Boolean)
CancelUpdate Enables the current View’s updates after calling the BeginUpdate method.
Changed(TcxGridViewChangeKind)
Changed(TObject)
CheckSynchronizationAssignNeeded
CreateViewInfo
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EndUpdate Enables the current View’s updates after calling the BeginUpdate method.
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.
GetHitTest(Integer,Integer) Returns the HitTest object that identifies the visual element at the inspected point.
GetHitTest(TPoint)
GetImages Returns the image list used as the source of icons for data item headers.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasAsClone(TcxCustomGridView)
HasAsMaster(TcxCustomGridView)
HasParent Inherited from TComponent.
HideHourglassCursor Suppresses the hourglass cursor.
InsertComponent(TComponent) Inherited from TComponent.
Invalidate(Boolean) Invalidates the grid View.
IsImplementorOf(IInterface) Inherited from TComponent.
IsSynchronization
IsUpdateLocked
LayoutChanged(Boolean) Updates the View in response to layout changes.
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.
RestoreDataViewState(TcxGridStorageOptions) Restores user interaction states stored in memory after a StoreDataViewState procedure call.
RestoreDataViewStateFromStream(TStream,TcxGridStorageOptions) Restores the previously saved data view state from a stream.
RestoreDefaults Restores the default View settings.
RestoreFromIniFile(string,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores previously saved grid View state information from an INI file.
RestoreFromRegistry(string,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores previously saved grid View state information from the system registry.
RestoreFromStorage(string,TcxCustomReaderClass,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores previously saved grid View state information from a file in a custom data format.
RestoreFromStream(TStream,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores previously saved grid View state information from a stream.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ShowHourglassCursor Displays the hourglass cursor.
SizeChanged(Boolean,Boolean) Responds to View resizing.
StoreDataViewState(TcxGridStorageOptions) Stores specified user interaction states in memory.
StoreDataViewStateToStream(TStream,TcxGridStorageOptions) Saves specified user grid View interaction states to a stream.
StoreToIniFile(string,Boolean,TcxGridStorageOptions,string,string) Saves grid View state information to an INI file.
StoreToRegistry(string,Boolean,TcxGridStorageOptions,string,string) Saves specified View data structure and user interaction information to the system registry.
StoreToStorage(string,TcxCustomWriterClass,Boolean,TcxGridStorageOptions,string,string) Saves grid View data layout and user interaction states to a file in a custom data format.
StoreToStream(TStream,TcxGridStorageOptions,string,string) Saves specified View data structure and user interaction information to a stream.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.
UseRightToLeftAlignment
ViewChanged
ViewChanged(TcxRegion) Invalidates a View or View region.
ViewChanged(TRect)
See Also