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

TXPathNumberVariable

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

Declaration

Source position: laz2_xpath.pas line 295

type TXPathNumberVariable = class(TXPathVariable)

public

  constructor Create();

  

  class function TypeName; override;

  

  function AsBoolean; override;

  

  function AsNumber; override;

  

  function AsText; override;

  

  property Value: Extended; [r]

  

end;

Inheritance

TXPathNumberVariable

  

|

TXPathVariable

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.