TdxBasicAction.Control Property
In This Article
Specifies an instance of the DevExpress control to which the action object belongs.
#Declaration
Delphi
property Control: TControl read; write;
#Property Value
Type |
---|
TControl |
#Remarks
Normally, the Control property supports the internal infrastructure and is not intended to be used directly from your code.
See Also