Data.DBXPlatform.TDBXPlatform.GetStringBuilderLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetStringBuilderLength(const Value: TDBXAnsiStringBuilder): TInt32; static;

C++

static int __fastcall GetStringBuilderLength(const char * 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.

See Also