FMX.ImgList.TGlyph.GetDefaultSize
Delphi
function GetDefaultSize: TSizeF; override;
C++
virtual System::Types::TSizeF __fastcall GetDefaultSize();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.ImgList.pas FMX.ImgList.hpp |
FMX.ImgList | TGlyph |
Description
Returns the default Width and Height of images to display.
By default, the returned Width and Height are equal to the DefaultDesktopSize constant (16 pixels in XE8 version).