Data.DBXCommonTable.TDBXTrimStringValue.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTrimStringValue |
Delphi
constructor Create(const Value: TDBXWritableValue);
C++
__fastcall TDBXTrimStringValue(Data::Dbxcommon::TDBXWritableValue* const Value);
Description
Creates a TDBXTrimStringValue instance.
The Create constructor creates a new instance of the TDBXTrimStringValue class.
Create takes in the Value
parameter, which specifies the actual string value.