What Is The InheritsFrom Method?
September 14, 2021
In this post, you’ll learn more about InheritsFrom or DelphiVCL.Application.InheritsFrom method determines the relationship between two object types.
Use InheritsFrom to determine whether a particular class type or object is an instance of a class or one of its descendants. InheritsFrom returns True if the object type specified in the aClass parameter is an ancestor of the object type or…