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

TxmlExternalID

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

Declaration

Source position: flcXMLDocument.pas line 727

type TxmlExternalID = class(AxmlType)

protected

  FIDType: TxmlExternalIDType;

  

  FSystemID: TxmlQuotedText;

  

  FPublicID: TxmlQuotedText;

  

public

  constructor CreateSystemID();

  

  constructor CreatePublicID();

  

  procedure Print(); override;

  

  property IDType: TxmlExternalIDType; [r]

  

  property SystemID: TxmlQuotedText; [r]

  

  property PublicID: TxmlQuotedText; [r]

  

end;

Inheritance

TxmlExternalID

  

|

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio