pascalSCADA OPM: ProtocolTypes: Interface ITagString

Pascal SCADA OPM

Interface ITagString

Unit

ProtocolTypes

Declaration

type ITagString = interface(ITagInterface)

Description

: Text tag interface

Attributes
GUID['{D2CB0A30-B93B-4D8D-BD98-248AE9FC5F22}']

Hierarchy

Overview

Methods

Public function GetValue:UTF8String;
Public procedure SetValue(v:UTF8String);

Properties

Public property Value: UTF8String read GetValue write SetValue;

Description

Methods

Public function GetValue:UTF8String;

: Returns the text value of tag.

Public procedure SetValue(v:UTF8String);

: Writes a text value on tag.

Properties

Public property Value: UTF8String read GetValue write SetValue;

: Read/write a text value on tag.


Generated by PasDoc 0.14.0.