IFormControl.SetOperationText

Syntax

SetOperationText(Value: String);

Parameters

Value - text that should be displayed in the status bar.

Description

The SetOperationText method changes the text that is displayed in the status bar. The new value is passed by the Value parameter. The method should be called after the BeginOperation method and before the EndOperation method, otherwise an exception is thrown.

See also:

IFormControl