Data.DBXPlatform.TDBXObjectStore.Keys

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

Delphi

function Keys: TArray<string>;

C++

System::DynamicArray<System::UnicodeString> __fastcall Keys();

プロパティ

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

説明

TDBXObjectStore オブジェクトの列挙子を返します。

Keys メソッドは、TDBXObjectStore オブジェクトの列挙子を返します。

関連項目