Xml.xmldom.IDOMCharacterData._scw_get_length

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* safecall wrapper */ inline int _scw_get_length() { int __r; HRESULT __hr = get_length(__r); System::CheckSafecallResult(__hr); return __r; }

Properties

Type Visibility Source Unit Parent
function public Xml.xmldom.hpp Xml.xmldom IDOMCharacterData

Description

Embarcadero Technologies does not currently have any additional information.