Class TTogglerNode
Unit
X3DNodes
Declaration
type TTogglerNode = class(TAbstractChildNode)
Description
Utility for setting and observing a boolean value in various ways.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdStatus: TSFBool read FFdStatus; |
|
 |
property FdNotStatus: TSFBool read FFdNotStatus; |
|
 |
property FdEnabled: TSFBool read FFdEnabled; |
|
 |
property Status: boolean read GetStatus write SetStatus; |
|
 |
property NotStatus: boolean read GetNotStatus write SetNotStatus; |
|
 |
property Enabled: boolean read GetEnabled write SetEnabled; |
|
Generated by PasDoc 0.15.0.
|