FMX.MultiResBitmap.TCustomBitmapItem.GetDisplayName
Delphi
function GetDisplayName: string; override;
C++
virtual System::UnicodeString __fastcall GetDisplayName(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | FMX.MultiresBitmap.pas FMX.MultiResBitmap.hpp |
FMX.MultiResBitmap | TCustomBitmapItem |
Description
Returns the name of the collection item as it appears in the collection editor. {{#multireplace:FMX.MultiResBitmap.TCustomBitmapItem.GetDisplayName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TCollectionItem.GetDisplayName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TCollectionItem.GetDisplayName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns the name of the collection item as it appears in the collection editor.
GetDisplayName is the protected read implementation of the DisplayName property.