TVecIntCache.TryEnter Method

function TryEnter: Boolean;

Call Enter to enable thread exclusive access.

Returns: Boolean

Remarks:

Internally this has no effect other than it saves the user from allocating his own critical section. The function returns false, if thread exclusive access could not be granted immediately.