FireDAC.Phys.MongoDBWrapper.TMongoOID.AsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsString: String read GetAsString write SetAsString;

C++

__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoOID

Description

Gets or sets the Object ID value as a hexadecimal ID string.


See Also