dOPC Client Toolkit
Close
dOPCAE.TdOPCEventServer.Conditions

Conditions contains the TdOPCEventItems condition of the server.

property Conditions: TdOPCEventItems;
__property TdOPCEventItems Conditions;
procedure TForm1.Button1Click(Sender: TObject); var cond : TdOPCEventItems; begin dOPCEventServer1.Active := True; cond := dOPCEventServer1.Conditions; cond.NamesToStrings(Memo1.Lines); end;
Kassl GmbH Copyright © 2024. All rights reserved.