Xmldom.IDOMNodeEx Properties
From RAD Studio VCL Reference
Delphi Information
| property text: string read get_text write set_text; | |
| property xml: string read get_xml; |
Unit: xmldom
Type: property
Visibility: public
Member Of: IDOMNodeEx
C++ Information
| __property System::UnicodeString text = {read=_scw_get_text,write=set_text}; | |
| __property System::UnicodeString xml = {read=_scw_get_xml}; |
Unit: xmldom
Type: property
Visibility: public
Member Of: IDOMNodeEx
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!