Class TSFInt32
Unit
Declaration
type TSFInt32 = class(TSFLong)
Description
X3D field containing an single integer 32-bit value. The name SFInt32 is used instead of SFLong in new X3D versions.
Source: src/scene/x3d/castlefields_x3dsinglefield_descendants.inc (line 356).
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DFieldOrEvent
- TX3DField
- TX3DSingleField
- TSFLong
- TSFInt32
Overview
Methods
![]() |
class function X3DType: String; override; |
![]() |
class function CreateEvent(const AParentNode: TX3DFileItem; const AName: String; const AInEvent: boolean): TX3DEvent; override; |
![]() |
procedure Send(const AValue: Int32); 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_x3dsinglefield_descendants.inc (line 358). | |
![]() |
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_x3dsinglefield_descendants.inc (line 359). | |
![]() |
procedure Send(const AValue: Int32); override; |
|
This item has no description. Source: src/scene/x3d/castlefields_x3dsinglefield_descendants.inc (line 360). | |
Generated by PasDoc 0.17.0.snapshot.
