Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

c-treeVCL- Working with Resources

Resource operations are usually performed in the following sequence:

  1. Instantiate a TCtResource object using one of the TCtResource constructors.
  2. Perform the desired operation such as adding, updating, deleting or reading resources
  3. Once the TCtResource object is no longer needed, destroy the object to release any system resources.

TOCIndex