FireDAC.Stan.Option.TFDMapRule.SizeMin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SizeMin: Cardinal read FSizeMin write FSizeMin default C_FD_DefMapSize;

C++

__property unsigned SizeMin = {read=FSizeMin, write=FSizeMin, 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 string length.

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

The length is in characters for ANSI and Unicode string data types and in bytes for byte string data types.

See Also