IDLitDataOperation Properties
IDLitDataOperation objects have the following properties in addition to properties inherited from any superclasses. Properties with the word "Yes" in the "Get" column of the property table can be retrieved via IDLitDataOperation::GetProperty. Properties with the word "Yes" in the "Init" column of the property table can be set via IDLitDataOperation::Init. Properties with the word "Yes" in the "Set" column in the property table can be set via IDLitDataOperation::SetProperty.
Note
For a discussion of the property description tables shown below, see About Object Property Descriptions.
Objects of this class have the following properties.
In addition, objects of this class inherit properties from the following superclass:
WITHIN_UI
A Boolean value that indicates whether the operation is currently within the IDLitDataOperation::DoExecuteUI method (i.e., it is currently displaying a dialog). This property is automatically set to one (True) just before the method is called, and is reset to zero (False) after the method returns.