[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

DeleteCriticalSection

Deletes an unowned crititcal section.

Declaration

Source position: winapih.inc line 74

procedure DeleteCriticalSection(

  var CritSection: TCriticalSection

);

Errors

Results are unpredictable when the section is owned, i.e. has been entered but not yet left.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.