[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XPath' (#lazutils)

TXPathStringVariable

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

Represents an XPath String variable.

Declaration

Source position: laz2_xpath.pas line 307

type TXPathStringVariable = class(TXPathVariable)

public

  constructor Create();

  

Constructor for the class instance.

  class function TypeName; override;

  

Gets the Type Name for the variable.

  function AsBoolean; override;

  

Gets the value for the variable as a Boolean data type.

  function AsNumber; override;

  

Gets the value for the variable as a Numeric data type.

  function AsText; override;

  

Gets the value for the variable as a String data type.

  property Value: DOMString; [r]

  

Value for the variable.

end;

Inheritance

TXPathStringVariable

  

Represents an XPath String variable.

|

TXPathVariable

  

Base class used to represent an XPath variables and results.

|

TObject


Version 4.0 Generated 2025-05-03 Home