Vcl.RibbonActnCtrls.TRibbonComboControl.GetContainedControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContainedControl: TControl;

C++

Vcl::Controls::TControl* __fastcall GetContainedControl();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonComboControl

Beschreibung

Gibt das in TRibbonComboControl enthaltene Steuerelement zurück.

GetContainedControl gibt das Steuerelement zurück, das in RibbonComboControl enthalten ist, wenn RibbonComboControl als Container für das Anzeigen anderer Steuerelemente vewendet wird.

Siehe auch