Data.DBXPlatform.TDBXPlatform.GetWideStringBuilderLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetWideStringBuilderLength(const Value: TDBXWideStringBuilder): TInt32; static; inline;

C++

static int __fastcall GetWideStringBuilderLength(const System::WideChar * Value);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Returns the length of a TDBXWideStringBuilder.

The GetWideStringBuilderLength static method returns the length of a TDBXWideStringBuilder, as a TInt32.

See Also