System.Classes.TClassFinder
Delphi
TClassFinder = class
C++
class PASCALIMPLEMENTATION TClassFinder : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
TClassFinder allows registered persistent classes to be retrieved.
The TClassFinder allows the list of registered persistent classes to be retrieved. Objects instatiated from persistent classes are those that can be stored (serialised) beyond the operation of the current application.