dOPC Client Toolkit
Close
dOPCDA.TdOPCPropertyBrowser.ByName
Methods
TdOPCPropertyBrowser Class
dOPCDA Namespace
Example
See Also
ByName returns the
TdOPCItemProperties
of an item with the passed ItemId.
Delphi
function
ByName
(
ItemId
:
string
):
TdOPCItemProperties
;
C++
__fastcall
TdOPCItemProperties
ByName
(AnsiString
ItemId
);
Example
Copy Code
Props
:= PB.ByName('Random.Id');
if
Props
<>
nil
then
for
i := 0
to
Props.Count-1
do
begin
Prop :=
Props
[i]; ...
end
;
See Also
TdOPCItemProperty
Help Feedback
Kassl GmbH Copyright © 2024. All rights reserved.