TiValve.Opened

TiValve

Specifies whether the valve is open.

property Opened : Boolean;

Description

Use Opened to specify the opened state of the valve.

Example

Delphi

iComponent.Opened := True;

C++ Builder

iComponent->Opened = TRUE;

Contents | Index | Previous | Next