JCL Help:TJclMultiSafeGuard.Items

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a pointer to the protected resource.


Pascal

 public property Items [Index: Integer]: Pointer;


Description

The Items property provides zero-based indexed access to the items guarded by the interface. The total numer of items can be learned from the Count property. You'll have to cast the pointer to the appropriate type.


About

Donator

Team JEDI


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page