Class TSFString
Unit
X3DFields
Declaration
type TSFString = class(TX3DSingleField)
Description
X3D field containing a single string.
Hierarchy
Overview
Methods
Properties
 |
property DefaultValue: string read FDefaultValue write SetDefaultValue; |
 |
property DefaultValueExists: boolean
read FDefaultValueExists write FDefaultValueExists; |
 |
property Value: string read FValue write SetValue; |
Description
Methods
 |
constructor Create(const AParentNode: TX3DFileItem; const AExposed: boolean; const AName: string; const AValue: string); |
|
 |
procedure ParseValue(Lexer: TX3DLexer; Reader: TX3DReader); override; |
|
 |
function EqualsDefaultValue: boolean; override; |
|
 |
function Equals(SecondValue: TX3DField): boolean; override; |
|
 |
function FastEqualsValue(SecondValue: TX3DField): boolean; override; |
|
 |
procedure Assign(Source: TPersistent); override; |
|
 |
procedure AssignValue(Source: TX3DField); override; |
|
 |
procedure AssignDefaultValueFromValue; override; |
|
 |
class function X3DType: string; override; |
|
 |
class function CreateEvent(const AParentNode: TX3DFileItem; const AName: string; const AInEvent: boolean): TX3DEvent; override; |
|
 |
procedure ParseXMLAttribute(const AttributeValue: string; Reader: TX3DReader); override; |
|
 |
procedure Send(const AValue: string); overload; |
|
Properties
 |
property DefaultValue: string read FDefaultValue write SetDefaultValue; |
|
 |
property DefaultValueExists: boolean
read FDefaultValueExists write FDefaultValueExists; |
|
 |
property Value: string read FValue write SetValue; |
|
Generated by PasDoc 0.15.0.
|