RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.IsComponentHidden Method

Indicates whether a component does not appear directly in the form designer.

Pascal
function IsComponentHidden(Component: TComponent): Boolean;
C++
__fastcall Boolean IsComponentHidden(TComponent * Component);

Call IsComponentHidden to determine whether the component specified by the Component parameter appears directly in the form designer. When IsComponentHidden returns true, the component does not appear as an icon or control. For example, menu items and field components are hidden components, and can only be accessed through a parent component's editor (the menu designer or fields editor). Hidden components are registered using the RegisterNoIcon procedure. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!