Unit 'ProtocolTypes' Package
[Overview][Constants][Types][Classes][Index] [#pl_pascalscada]

ITagInterface

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: protocoltypes.pas line 269

type ITagInterface = interface

  function GetValueAsText();

  

  function GetVariantValue;

  

  procedure SetVariantValue();

  

  function IsValidValue();

  

  function GetValueTimestamp;

  

  property ValueVariant: Variant; [rw]

  

  property ValueTimestamp: TDatetime; [r]

  

end;

Inheritance

ITagInterface

  

|

IInterface



CT Web help

CodeTyphon Studio