FMX.FontGlyphs.ETFontGlyphManagerException
Delphi
ETFontGlyphManagerException = class(Exception);
C++
class PASCALIMPLEMENTATION ETFontGlyphManagerException : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.FontGlyphs.pas FMX.FontGlyphs.hpp |
FMX.FontGlyphs | FMX.FontGlyphs |
Description
This exception is raised to inform about the use of TFormGlyphManager. In particular, if the manager is not implemented on the current platform, and the user tries to request it, then this exception is thrown.