Table of Contents

TProperty.SetEmulatedOff Method

Restores the property from emulated state by re-acquiring its RTTI information from the instance class.

Remarks

Looks up the prop info for the property name in the current Instance class and restores it, so that Emulated returns False again. Use SetEmulatedOn to force the property back into emulated state.

Syntax

Unit: PropertyList

procedure TProperty.SetEmulatedOff;

See also