FMX.Grid.TProgressColumn.IsMinStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsMinStored: Boolean; virtual;

C++

virtual bool __fastcall IsMinStored();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TProgressColumn

Description

Function that ensures that the value of Min is only stored in the form file if it is not the default value of the property (0).

See Also