TiEdit.Value

TiEdit

The value used for formatting the display text.

property Value : String;

Description

The display text is the Value of the text in the TiEdit component.

Example

Delphi

iComponent.Value := '25';

Value := iComponent.Value;

C++ Builder

iComponent->Value = "25";

Value = iComponent->Value;

Contents | Index | Previous | Next