TiPlotComponent.LogFileName
TiPlotComponent See Also
Specifies the filename for the log file used by the main plot interface.
property LogFileName : String
Description
Use LogFileName to get or set the filename (including path) for the log file.
This is the log file for all axes.
Warning! All channels must be synchronous. You must use the AddDataArray method when adding data to the plot component when using the main plot
interface's logging feature. If you wish to use asynchronous channels, then you must
use the LogFileName logging feature off of each channel.
Example
Delphi
iComponent.LogFileName := 'C:\LogFile.txt';
Kylix
iComponent.LogFileName := '/home/username/logfile';
C++ Builder
iComponent->LogFileName = "C:\\LogFile.txt";
Contents | Index | Previous | Next