FMX.Edit.TCustomEdit.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomEdit();

Properties

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

Description

Destroys this instance of TPresentedControl.

FMX.Edit.TCustomEdit.Destroy inherits from FMX.Controls.Presentation.TPresentedControl.Destroy. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.Destroy.

Destroys this instance of TPresentedControl.

See Also