FMX.Styles.Objects.TCustomStyleObject.GetCurrentLink
Delphi
function GetCurrentLink: TBitmapLinks; virtual; abstract;
C++
virtual TBitmapLinks* __fastcall GetCurrentLink(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Styles.Objects.pas FMX.Styles.Objects.hpp |
FMX.Styles.Objects | TCustomStyleObject |
Description
Declares a method to get a TBitmapLinks array of bitmap links.
Implementations of GetCurrentLink in descendants should return an array of TBitmapLink links to bitmaps used as items with different scales in multi-resolution bitmaps. Multi-resolution bitmaps are used to handle bitmap images that can be shown on screens having different scales and resolutions.