TcxGridOnPopupProc Type
In This Article
#Declaration
Delphi
TcxGridOnPopupProc = procedure(ASenderMenu: TComponent; AHitTest: TcxCustomGridHitTest; X: Integer; Y: Integer) of object;
#Parameters
Name | Type |
---|---|
ASender |
TComponent |
AHit |
Tcx |
X | Integer |
Y | Integer |
See Also