Class TSFBool
Unit
X3DFields
Declaration
type TSFBool = class(TX3DSingleField)
Description
X3D field containing a single boolean value.
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
Value: boolean; |
|
 |
DefaultValue: boolean; |
|
 |
DefaultValueExists: boolean; |
|
Methods
 |
constructor Create(const AParentNode: TX3DFileItem; const AExposed: boolean; const AName: string; const AValue: boolean); |
|
 |
procedure ParseValue(Lexer: TX3DLexer; Reader: TX3DReader); override; |
|
 |
function EqualsDefaultValue: boolean; override; |
|
 |
function Equals(SecondValue: TX3DField): boolean; override; |
|
 |
function FastEqualsValue(SecondValue: TX3DField): boolean; override; |
|
 |
procedure Assign(Source: TPersistent); override; |
|
 |
procedure AssignValue(Source: TX3DField); override; |
|
 |
procedure AssignDefaultValueFromValue; override; |
|
 |
class function X3DType: string; override; |
|
 |
class function CreateEvent(const AParentNode: TX3DFileItem; const AName: string; const AInEvent: boolean): TX3DEvent; override; |
|
 |
procedure Send(const AValue: boolean); overload; |
|
Generated by PasDoc 0.15.0.
|