Unit Deriver |
Classes |
TDeriver -
Functions |
Types |
Constants |
Variables |
Functions |
Types |
TMatchMethod = function (const Info: TObject): Boolean of object************************************************************************** -- function type TMatchMethod [method] The class that are to be polymorphically create must provide this method to check if the creational info match the class requirements. -- Parameters: Info: in TObject Creational infos. Result: out Boolean True if the creational infos match the class requirements.
Constants |
Variables |