FMX.ComboTrackBar.TComboTrackBar.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Single read GetMin write SetMin stored MinStored nodefault;

C++

__property float Min = {read=GetMin, write=SetMin, stored=MinStored};

Properties

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

Description

The minimum value the number can have.

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

See Also