FMX.Edit.TEditButton.GetEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEdit: TCustomEdit;

C++

TCustomEdit* __fastcall GetEdit();

Properties

Type Visibility Source Unit Parent
function public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TEditButton

Description

Returns the TCustomEdit object that contains the current item.

GetEdit gets the edit control parent of the item. If the parent of the item is not a TCustomEdit, the method returns nil.

See Also