FMX.StdActns.TCustomValueRange.New

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property New: TBaseValueRange read FNew;

C++

__property TBaseValueRange* New = {read=FNew};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TCustomValueRange

Description

Keeps the new values of ValueRange properties.

New is the TBaseValueRange type property that keeps the new values of the Value, Min, Max, ViewportSize, and Frequency properties of the current object, declared in the TBaseValueRange class. It can be used in the BeforeChange event handler.

See Also