TdxGalleryPersistent Class
The base class for classes that contain a reference to the gallery control that owns them.
Declaration
TdxGalleryPersistent = class(
TcxOwnedPersistent
)
Remarks
This class introduces the Owner property to reference the gallery control (a TdxCustomGalleryControl object) that owns the TdxGalleryPersistent class instance. The TdxGalleryPersistent class is the ancestor of the TdxGalleryControlCustomOptions class.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxGalleryPersistent
See Also