Data.DBXCommonTable.TDBXTrimStringValue.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Value: TDBXWritableValue);

C++

__fastcall TDBXTrimStringValue(Data::Dbxcommon::TDBXWritableValue* const Value);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTrimStringValue

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.

See Also