TcxGridInitStoredObjectEvent Type
In This Article
#Declaration
Delphi
TcxGridInitStoredObjectEvent = procedure(Sender: TcxCustomGridView; AObject: TObject) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
AObject | TObject |
See Also