Vcl.ExtCtrls.TEditButton.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__fastcall virtual TEditButton(TCustomButtonedEdit* EditControl, TButtonPosition APosition);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TEditButton

Description

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

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.

See Also