FireDAC.Phys.MongoDBDataSet.TFDMongoQuery.StringsMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StringsMode;

C++

__property StringsMode = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.MongoDBDataSet.pas
FireDAC.Phys.MongoDBDataSet.hpp
FireDAC.Phys.MongoDBDataSet TFDMongoQuery

Description

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

FireDAC.Phys.MongoDBDataSet.TFDMongoQuery.StringsMode inherits from FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet.StringsMode. All content below this line refers to FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet.StringsMode.


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