Class TIntegerTriggerNode
Unit
Declaration
type TIntegerTriggerNode = class(TAbstractTriggerNode)
Description
Generate an integer upon receiving any boolean value.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractTriggerNode
- TIntegerTriggerNode
Overview
Methods
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
Properties
property EventSet_boolean: TSFBoolEvent read FEventSet_boolean; |
|
property FdIntegerKey: TSFInt32 read FFdIntegerKey; |
|
property IntegerKey: Integer read GetIntegerKey write SetIntegerKey; |
|
property EventTriggerValue: TSFInt32Event read FEventTriggerValue; |
Description
Methods
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
Properties
property EventSet_boolean: TSFBoolEvent read FEventSet_boolean; |
|
property FdIntegerKey: TSFInt32 read FFdIntegerKey; |
|
Internal wrapper for property IntegerKey. This wrapper API may change, we advise to access simpler IntegerKey instead. |
property IntegerKey: Integer read GetIntegerKey write SetIntegerKey; |
|
property EventTriggerValue: TSFInt32Event read FEventTriggerValue; |
|
Generated by PasDoc 0.16.0.