RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEditButton.Create Constructor

Allocates memory and constructs a safely initialized instance of a TEditButton.

Pascal
constructor Create(EditControl: TCustomButtonedEdit; APosition: TButtonPosition); virtual; reintroduce;
C++

Use Create to create an instance of the TEditButton class. 

EditControl specifies the buttoned edit control that is to be the parent of this TEditButton instance. 

APosition specifies whether this TEditButton instance is the LeftButton or the RightButton of the buttoned edit parent. 

 

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