FMX.Styles.Objects.TCustomStyleObject.GetCurrentLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrentLink: TBitmapLinks; virtual; abstract;

C++

virtual TBitmapLinks* __fastcall GetCurrentLink() = 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.

See Also