TiComponent.ErrorText

TiComponent See Also

Specifies the text to be displayed when ErrorActive is TRUE.

property ErrorText : String;

Description

Use ErrorText to specify the text to be displayed with ErrorActive is TRUE. This property only applies to those components that display text to represent the component being in an error condition.

Example

Delphi

iComponent.ErrorText := 'Error!';

C++ Builder

iComponent->ErrorText = "Error!";

Contents | Index | Previous | Next