Skip to main content
A newer version of this page is available. .

TcxCustomGridView Methods

Represents the base class for all View classes.
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 identifying the View’s element located at a particular point (called test or inspected point).
GetHitTest(TPoint)
GetImages Returns the collection of images that are used as icons for column 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 current 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.
RestoreDefaults Restores the default View settings.
RestoreFromIniFile(string,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores View-specific information from an INI file.
RestoreFromRegistry(string,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores View-specific information from the registry.
RestoreFromStorage(string,TcxCustomReaderClass,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores View-specific information from a custom storage.
RestoreFromStream(TStream,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores View-specific 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.
StoreToIniFile(string,Boolean,TcxGridStorageOptions,string,string) Saves View-specific information to an INI file.
StoreToRegistry(string,Boolean,TcxGridStorageOptions,string,string) Stores View-specific information to the registry.
StoreToStorage(string,TcxCustomWriterClass,Boolean,TcxGridStorageOptions,string,string) Saves View-specific information to a custom storage.
StoreToStream(TStream,TcxGridStorageOptions,string,string) Saves the View-specific 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