dOPC Client Toolkit
Close
dOPCComn.TdOPCServerBrowser.GetServerCaptions
Methods
TdOPCServerBrowser Class
dOPCComn Namespace
Example
GetServerCaptions fills the passed NameList with all found ServerCaptions.
Delphi
procedure
GetServerCaptions
(
Namelist
: tStrings);
C++
__fastcall
GetServerCaptions
(tStrings
Namelist
);
Example
Copy Code
procedure
TForm1.Button1Click(Sender: TObject);
begin
dOPCServerBrowser1.Execute; dOPCServerBrowser1.GetServerCaptions(Memo1.lines);
end
;
Help Feedback
Kassl GmbH Copyright © 2023. All rights reserved.