Class TComponentHelper
Unit
Declaration
type TComponentHelper = class helper(TObject) for TComponent
Description
This item has no description.
Hierarchy
- TObject
- TComponentHelper
Overview
Methods
function FindRequiredComponent(const AName: String): TComponent; |
Description
Methods
function FindRequiredComponent(const AName: String): TComponent; |
|
Find a child component that is owned by this component. This is just like standard TComponent.FindComponent (see https://www.freepascal.org/docs-html/rtl/classes/tcomponent.findcomponent.html ) but it makes an exception if component could not be found. Exceptions raised
|
Generated by PasDoc 0.16.0-snapshot.