FMX.Layouts.TGridPanelLayout.EGridLayoutException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EGridLayoutException = class(Exception);

C++

class PASCALIMPLEMENTATION EGridLayoutException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TGridPanelLayout

Description

The base class for run-time exceptions that occur in grid panel layouts.

Use EGridLayoutException as the base class for creating custom exceptions that occur in TGridPanelLayout grid panel layouts.

See Also