TiPlotChannelCustom.LoggingActive

TiPlotChannelCustom See Also

Reads whether the logging is active or not for the channel interface.

property LoggingActive : Boolean[Read Only]

Description

Use LoggingActive to read whether the log is active for the associated channel.

Example

Delphi

Value := iComponent.Channel[0].LoggingActive;

C++ Builder

Value = iComponent->Channel[0]->LoggingActive;

Contents | Index | Previous | Next