RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEditButton.EditControl Property

EditControl is a reference to the parent buttoned edit control that is the parent of this TEditButton.

Pascal
property EditControl: TCustomButtonedEdit;
C++
__property TCustomButtonedEdit EditControl;

EditControl is a reference to the parent buttoned edit control that is the parent of this TEditButton. This property is set when this instance of TButtonedEdit is created. Use edit control to access the properties of the buttoned edit control. 

 

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