Gerade Probiert. Klappt auch nicht. Ich verstehe das nicht. Ich hatte es einmal mit FormCreate probiert und einmal in FormShow. Ich habe auch mal die Flags gesetzt weil ich mir nicht sicher war. Aber im Debug habe ich gesehen das die schon beim .Create gesetzt werden.
Gruß
Delphi-Quellcode:
MySQLMonitor:=TUniSQLMonitor.Create(Self);
MySQLMonitor.Name:='MySqlDebugMonitor';
MySQLMonitor.DBMonitorOptions.Host:='192.168.0.158';
MySQLMonitor.Options:=[moDialog,moSQLMonitor,moDBMonitor,moCustom];
MySQLMonitor.TraceFlags:=[tfQPrepare,tfQExecute,tfError,tfConnect,tfTransact,tfMisc,tfParams];
MySQLMonitor.Active:=True;