Class TSFInt32
Unit
X3DFields
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.
Hierarchy
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: LongInt); override; |
Description
Methods
 |
class function X3DType: string; override; |
|
 |
class function CreateEvent(const AParentNode: TX3DFileItem; const AName: string; const AInEvent: boolean): TX3DEvent; override; |
|
 |
procedure Send(const AValue: LongInt); override; |
|
Generated by PasDoc 0.15.0.
|