FMX.EditBox.TEditBoxModel

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Edit.TCustomEditModelFMX.Controls.Model.TDataModelFMX.Presentation.Messages.TMessageSenderSystem.Classes.TPersistentSystem.TObjectTEditBoxModel

Delphi

TEditBoxModel = class(TCustomEditModel)

C++

class PASCALIMPLEMENTATION TEditBoxModel : public Fmx::Edit::TCustomEditModel

Properties

Type Visibility Source Unit Parent
class public
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox FMX.EditBox

Description


Class that contains a dictionary of key-value pairs and may be used as model by an instance of TPresentedControl.

FMX.EditBox.TEditBoxModel inherits from FMX.Controls.Model.TDataModel. All content below this line refers to FMX.Controls.Model.TDataModel.

Class that contains a dictionary of key-value pairs and may be used as model by an instance of TPresentedControl.

See Also