FMX.Styles.Objects.TButtonStyleObject.GetCurrentLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrentLink: TBitmapLinks; override;

C++

virtual TBitmapLinks* __fastcall GetCurrentLink();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TButtonStyleObject

Description

Declares a method to get a TBitmapLinks array of bitmap links.

FMX.Styles.Objects.TButtonStyleObject.GetCurrentLink inherits from FMX.Styles.Objects.TCustomStyleObject.GetCurrentLink. All content below this line refers to FMX.Styles.Objects.TCustomStyleObject.GetCurrentLink.

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