RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEditAction.Control Property

Provides access to the target of the action.

Pascal
property Control: TCustomEdit;
C++
__property TCustomEdit Control;

Control is the edit control on which the action performs its function. Set the value of Control to limit the action so that it only operates on a specific edit control. If Control is unassigned, the action dynamically locates the target edit control when it executes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!