dOPC Client Toolkit
Close
dOPCAE.TdOPCEventServer.Conditions
Properties
TdOPCEventServer Class
dOPCAE Namespace
Example
Conditions contains the
TdOPCEventItems
condition of the server.
Delphi
property
Conditions
:
TdOPCEventItems
;
C++
__property
TdOPCEventItems
Conditions
;
Example
Copy Code
procedure
TForm1.Button1Click(Sender: TObject);
var
cond :
TdOPCEventItems
;
begin
dOPCEventServer1.Active := True; cond := dOPCEventServer1.Conditions; cond.NamesToStrings(Memo1.Lines);
end
;
Help Feedback
Kassl GmbH Copyright © 2023. All rights reserved.