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;

EditControl 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!