FMX.StdCtrls.TCustomButton.ImageIndexStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ImageIndexStored: Boolean; virtual;

C++

virtual bool __fastcall ImageIndexStored(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomButton

Description

Returns True when the ImageIndex property needs to be stored in the fmx-file.

See Also