Classes.TComponent.SetAncestor

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Classes.pas

	procedure SetAncestor(Value: Boolean);


Unit: Classes

Type: method

Visibility: protected

Member Of: TComponent

C++ Information

From Classes.hpp

	void __fastcall SetAncestor(bool Value);


Unit: Classes

Type: method

Visibility: protected

Member Of: TComponent

Description

Clears or sets csAncestor state in the component's ComponentState property.


SetAncestor is used internally in the component streaming system. It is not necessary to call it directly.

If Value is set to true, the csAncestor flag is included into the component state; otherwise it is excluded.

See Also

Personal tools
Translations
Newest Version