dOPC Client Toolkit
Close
dOPCComn.TdOPCServerBrowser.GetServerCaptions

GetServerCaptions fills the passed NameList with all found ServerCaptions.

procedure GetServerCaptions(Namelist: tStrings);
__fastcall GetServerCaptions(tStrings Namelist);
procedure TForm1.Button1Click(Sender: TObject); begin dOPCServerBrowser1.Execute; dOPCServerBrowser1.GetServerCaptions(Memo1.lines); end;
Kassl GmbH Copyright © 2024. All rights reserved.