Class TMFBool
Unit
Declaration
type TMFBool = class(specialize TX3DSimpleMultField<boolean,TSFBool,TBooleanList>)
Description
X3D field with multiple boolean values.
Source: src/scene/x3d/castlefields_x3dsimplemultfield_descendants.inc (line 22).
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DFieldOrEvent
- TX3DField
- TX3DMultField
- TX3DSimpleMultField
- TMFBool
Overview
Methods
![]() |
class function X3DType: String; override; |
![]() |
class function CreateEvent(const AParentNode: TX3DFileItem; const AName: String; const AInEvent: boolean): TX3DEvent; override; |
Description
Methods
![]() |
class function X3DType: String; override; |
|
This item has no description. Showing description inherited from TX3DField.X3DType.
Field type in X3D, like Source: src/scene/x3d/castlefields_x3dsimplemultfield_descendants.inc (line 32). | |
![]() |
class function CreateEvent(const AParentNode: TX3DFileItem; const AName: String; const AInEvent: boolean): TX3DEvent; override; |
|
This item has no description. Showing description inherited from TX3DField.CreateEvent. Create TX3DEvent descendant suitable as exposed event for this field. Source: src/scene/x3d/castlefields_x3dsimplemultfield_descendants.inc (line 33). | |
Generated by PasDoc 0.17.0.snapshot.
