FMX.Layouts.TGridPanelLayout.EGridLayoutException
Delphi
EGridLayoutException = class(Exception);
C++
class PASCALIMPLEMENTATION EGridLayoutException : public System::Sysutils::Exception
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TGridPanelLayout |
Beschreibung
Die Basisklasse für Laufzeit-Exceptions, die in Gitterbereichs-Layouts auftreten.
Verwenden Sie EGridLayoutException als Basisklasse zum Erstellen von benutzerdefinierten Exceptions, die in TGridPanelLayout-Gitterbereichs-Layouts auftreten.