FMX.Styles.Objects.TButtonStyleObject.GetCurrentLink

From RAD Studio API Documentation

Delphi

function GetCurrentLink: TBitmapLinks; override;

C++

virtual TBitmapLinks* __fastcall GetCurrentLink(void);

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. {{#multireplace:FMX.Styles.Objects.TButtonStyleObject.GetCurrentLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Styles.Objects.TCustomStyleObject.GetCurrentLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Styles.Objects.TCustomStyleObject.GetCurrentLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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