FMX.ComboTrackBar.TComboTrackBar.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Single read GetMax write SetMax stored MaxStored nodefault;

C++

__property float Max = {read=GetMax, write=SetMax, stored=MaxStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboTrackBar.pas
FMX.ComboTrackBar.hpp
FMX.ComboTrackBar TComboTrackBar

Description

The maximum value the number can have.

Set or get the Max property to affect the maximum value that can be displayed in the TComboTrackBar object.

See Also