FMX.Grid.TCustomGrid.UnloadPresentation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnloadPresentation; override;

C++

virtual void __fastcall UnloadPresentation();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Unloads the previously-loaded presentation of your control.

FMX.Grid.TCustomGrid.UnloadPresentation inherits from FMX.Controls.Presentation.TPresentedControl.UnloadPresentation. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.UnloadPresentation.

Unloads the previously-loaded presentation of your control.

See Also