FMX.Edit.TCustomEdit.ButtonsContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonsContent: TContentEdit read FButtonsContent;

C++

__property TContentEdit* ButtonsContent = {read=FButtonsContent};

Properties

Type Visibility Source Unit Parent
property public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Returns the control that contains the edit buttons associated with the edit control.

See Also