| [Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: laz2_xpath.pas line 283
type TXPathBooleanVariable = class(TXPathVariable) |
||
public |
||
constructor Create(); |
|
|
class function TypeName; override; |
|
|
function AsBoolean; override; |
|
|
function AsNumber; override; |
|
|
function AsText; override; |
|
|
property Value: Boolean; [r] |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |