FireDAC.Stan.Option.TFDMapRule.ScaleMin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScaleMin: Integer read FScaleMin write FScaleMin default C_FD_DefMapScale;

C++

__property int ScaleMin = {read=FScaleMin, write=FScaleMin, default=-1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDMapRule

Description

Specifies minimum numeric scale.

Use ScaleMin property to specify minimum numeric scale for the source data type. If the scale is less than ScaleMin, then the data type does not match the map rule. If ScaleMin is equal to -1, it will not be used in rule matching. The default value is -1. 

Minimum numeric scale is the minimum number of digits after the decimal point in number data types.

See Also