RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCriticalSection.Create Constructor

Creates an instance of TCriticalSection.

Pascal
constructor Create;
C++
__fastcall TCriticalSection();

Call Create to create and initialize an instance of TCriticalSection. A TCriticalSection object can be created for a single object that contains thread-sensitive code, or as a global object to be shared by several threads. 

 

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