Data.DBXPlatform.TDBXPlatform.GetStringBuilderLength
Delphi
class function GetStringBuilderLength(const Value: TDBXAnsiStringBuilder): TInt32; static;
C++
static TInt32 __fastcall GetStringBuilderLength(const TDBXAnsiStringBuilder Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | Data.DBXPlatform.pas Data.DBXPlatform.hpp | Data.DBXPlatform | TDBXPlatform | 
Description
Returns the length of a TDBXAnsiStringBuilder.
The GetStringBuilderLength static method returns the length of a TDBXAnsiStringBuilder, as a TInt32.