Unit 'flcXMLDocument' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

TxmlAttDef

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcXMLDocument.pas line 698

type TxmlAttDef = class(AxmlType)

protected

  FName: UnicodeString;

  

  FAttType: TxmlAttType;

  

  FNames: TxmlTypeList;

  

  FDefaultType: TxmlDefaultType;

  

  FDefaultValue: TxmlAttValue;

  

public

  constructor Create();

  

  procedure Print(); override;

  

  property Name: UnicodeString; [r]

  

  property AttType: TxmlAttType; [r]

  

  property Names: TxmlTypeList; [r]

  

  property DefaultType: TxmlDefaultType; [r]

  

  property DefaultValue: TxmlAttValue; [r]

  

end;

Inheritance

TxmlAttDef

  

|

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio