RAD Studio VCL Reference
|
Initialize conversion variables for C++ program.
procedure InitStdConvs;
InitStdConvs();
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|