Class TComponentHelper

Unit

Declaration

type TComponentHelper = class helper(TObject) for TComponent

Description

This item has no description.

Source: src/files/castlecomponentserialize.pas (line 107).

Hierarchy

  • TObject
  • TComponentHelper

Overview

Methods

Public function FindRequiredComponent(const AName: String): TComponent;

Description

Methods

Public 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
EComponentNotFound
If child component with given name could not be found.

Source: src/files/castlecomponentserialize.pas (line 114).


Generated by PasDoc 0.17.0.snapshot.