RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdConvs.InitStdConvs Function

Initialize conversion variables for C++ program.

Pascal
procedure InitStdConvs;
C++
InitStdConvs();

StdConvs

Insert InitStdConvs into a C++ program to ensure that StdConvs global variables are properly initialized. InitStdConvs does nothing and does not need to be called. A reference to InitStdConvs in a C++ program guarantees that the linker will provide a call to the unit's initialization code, even if no other StdConvs routines are present. This step is not necessary in Delphi code, which always calls the initialization code for referenced units. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!