Searched refs:_uiMaxLength (Results 1 – 2 of 2) sorted by relevance
38 CStringParameterType::CStringParameterType(const string& strName) : base(strName), _uiMaxLength(0) in CStringParameterType()55 strResult += CUtility::toString(_uiMaxLength); in showProperties()63 _uiMaxLength = xmlElement.getAttributeInteger("MaxLength"); in fromXml()77 return _uiMaxLength; in getMaxLength()84 xmlElement.setAttributeInteger("MaxLength", _uiMaxLength); in toXml()
62 uint32_t _uiMaxLength; variable