Topic Path: Symbol Reference > Classes > TCriticalSection Class > TCriticalSection Methods > Acquire Method
ContentsIndexHome
PreviousUpNext
TCriticalSection.Acquire Method

Enables resource protection in a critical section.

procedure Acquire; virtual;

Acquire is a virtual procedure used to start resource protection for the critical section on the .Net platform. 

Acquire calls the Enter method. 

Use Release to free the resource protection for the critical section.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.