Data.DBXPlatform.TDBXPlatform.GetStringBuilderLength

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

static int __fastcall GetStringBuilderLength(const char * Value);

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

TDBXAnsiStringBuilder の長さを返します。

GetStringBuilderLength 静的メソッドは、TInt32 の形式で TDBXAnsiStringBuilder の長さを返します。

関連項目