RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl._SetTFontProp Method

Sets a property of an ActiveX control to the specified font.

Pascal
procedure _SetTFontProp(Index: Integer; Value: TFont);
C++
__fastcall _SetTFontProp(int Index, TFont Value);

Use _SetTFontProp to set a property of an ActiveX control to the specified font. The Index parameter specifies the dispid of the property being set. The Value parameter contains the set font.

Note: _SetTFontProp simply calls the SetTFontProp method.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!