FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet.StringsMode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Phys.MongoDBDataSet.pas
FireDAC.Phys.MongoDBDataSet.hpp
Unit: FireDAC.Phys.MongoDBDataSet
Parent: TFDMongoCustomDataSet

Delphi

property StringsMode: TFDMongoStringsMode read GetStringsMode

C++

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

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