BalloonHint1新风格的提示,好看漂亮,对其他控件都起作用,TCSpinButton却不起作用XE7里也不行??
for (int i = 0; i < this->ComponentCount; i++)
{
if (this->Components[i]->ClassNameIs("TCSpinButton"))
((TCSpinButton*) Components[i])->CustomHint = BalloonHint1;
}
原文:http://www.cnblogs.com/cb168/p/4053587.html