IFormControl.SetOperationText

Syntax

SetOperationText(Value: String);

Parameters

Value is the text that should be displayed in the status line.

Description

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

See also:

IFormControl