Vcl.ExtCtrls.TEditButton.EditControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EditControl: TCustomButtonedEdit read FEditControl;

C++

__property TCustomButtonedEdit* EditControl = {read=FEditControl};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TEditButton

Description

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

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.

See Also