MPLATFORMLib Namespace > IMElement Interface : AttributesHave Method |
Dim myExist As Integer Dim myValue As String myAttributes.AttributesHave("pos", myExist, myValue)
int myExist; string myValue; myAttributes.AttributesHave("pos", out myExist, out myValue);
var myExist: integer; myValue: string; begin m_pAttributes.AttributesHave('pos', myExist, myValue); end;