Vcl.ComCtrls.TCoolBands.FindBand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindBand(AControl: TControl): TCoolBand;

C++

TCoolBand* __fastcall FindBand(Vcl::Controls::TControl* AControl);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBands

Description

Returns the band that contains a specified control.

Call FindBand to obtain the band containing the specified control.