Data.DBXPlatform.TDBXObjectStore.Objects
Delphi
property Objects[const Name: string]: TObject read GetObjectFromName write SetObjectByName; default;
C++
__property System::TObject* Objects[const System::UnicodeString Name] = {read=GetObjectFromName, write=SetObjectByName/*, default*/};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | TDBXObjectStore |
Description
Specifies an object from a TDBXObjectStore list.
The Objects property specifies an object from a TDBXObjectStore list whose name is given through the Name parameter.