[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Represents an XPath Number variable.
Source position: laz2_xpath.pas line 295
type TXPathNumberVariable = class(TXPathVariable) |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
class function TypeName; override; |
|
Type Name for the variable. |
function AsBoolean; override; |
|
Gets the value for the Numeric variable as a Boolean data type. |
function AsNumber; override; |
|
Gets the value for the Numeric variable as a Numeric data type. |
function AsText; override; |
|
Gets the value for the Numeric variable as a String data type. |
property Value: Extended; [r] |
|
Value for the Numeric variable. |
end; |
|
Represents an XPath Number variable. |
|
| | ||
|
Base class used to represent an XPath variables and results. |
|
| | ||
TObject |
Version 4.0 | Generated 2025-05-03 | Home |