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