FMX.Grid.TProgressColumn.IsMaxStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsMaxStored: Boolean; virtual;

C++

virtual bool __fastcall IsMaxStored();

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 Max is only stored in the form file if it is not the default value of the property (TProgressColumn.DefaultMax).

See Also