Data.DBXPlatform.TDBXObjectStore

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXObjectStore
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: Data.DBXPlatform

Delphi

TDBXObjectStore = class

C++

class PASCALIMPLEMENTATION TDBXObjectStore : public System::TObject

Description

Implements a list of objects with associated names.

Use TDBXObjectStore to store and manipulate a list of objects. TDBXObjectStore is derived from TStringList.

See Also