Table of Contents

TBaseAureliusDataset.ObjectClass Property

Gets or sets the base class used to create new objects when inserting records and to generate default field definitions.

Remarks

Set automatically when providing a typed list via SetSourceList or a single object via SetSourceObject. Can be overridden manually to change the class used for new insertions, which is useful with heterogeneous (polymorphic) lists.

Syntax

Unit: Aurelius.Bind.BaseDataset

property TBaseAureliusDataset.ObjectClass: TClass

See also