TiPlotComponent.LoggingActive
TiPlotComponent See Also
Specifies whether the logging is active or not for the main plot interface.
property LoggingActive : Boolean[Read Only]
Description
Use LoggingActive to read whether the log is active.
Example
Delphi
Value := iComponent.LoggingActive;
C++ Builder
Value = iComponent->LoggingActive;
Contents | Index | Previous | Next