Xmldom.IDOMProcessingInstruction Properties
From RAD Studio VCL Reference
Delphi Information
| property target: string read get_target; | |
| property data: string read get_data write set_data; |
Unit: xmldom
Type: property
Visibility: public
Member Of: IDOMProcessingInstruction
C++ Information
| __property System::UnicodeString target = {read=_scw_get_target}; | |
| __property System::UnicodeString data = {read=_scw_get_data,write=set_data}; |
Unit: xmldom
Type: property
Visibility: public
Member Of: IDOMProcessingInstruction
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!