Previous IDL Reference Guide: iTools Object Classes Next

IDLitComponent::Restore

Syntax | Arguments | Keywords | Version History | See Also

The IDLitComponent::Restore procedure method performs any transitional work required after an object of this class has been restored from a SAVE file, to ensure that its state is appropriate for the current version.


Note
This method is designed to be implemented by a subclass of IDLitComponent, to perform any transition work necessary when a component object is restored.

Syntax

Obj->[IDLitComponent::]Restore

Arguments

None

Keywords

None

Version History

6.1
Introduced

See Also

IDLitComponent::UpdateComponentVersion, IDL_Savefile, SAVE, RESTORE

  IDL Online Help (March 06, 2007)