FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet.StringsMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StringsMode: TFDMongoStringsMode read GetStringsMode  write SetStringsMode stored False default TFDMongoStringsMode.Strict;

C++

__property TFDMongoStringsMode StringsMode = {read=GetStringsMode, write=SetStringsMode, stored=false, default=0};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBDataSet.pas
FireDAC.Phys.MongoDBDataSet.hpp
FireDAC.Phys.MongoDBDataSet TFDMongoCustomDataSet

Description

Specifies a mode to control an action when a fetched string length exceeds the TField.Size value.

Use this property to control an action when a fetched string length exceeds the TField.Size value.

See Also