TDefineClassOptions Class
Encapsulates options used when registering a Delphi class in the scripter via RTTI.
Remarks
Pass a TDefineClassOptions instance to TatClasses.DefineClass to control which members are registered (visibility filter, recursion into referenced types, redefinition behavior) and to supply explicit property and field arrays when automatic RTTI enumeration is not desired.
Syntax
Unit: atScript
TDefineClassOptions = class(TObject);