FMX.StdActns.IValueRange.SetValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValueRange(const AValue: TCustomValueRange);

C++

virtual void __fastcall SetValueRange(TCustomValueRange* const AValue) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns IValueRange

Description

Setter for the ValueRange property.

See Also