Vcl.RibbonActnCtrls.TRibbonComboControl.SetContainedControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetContainedControl(const Value: TControl);

C++

void __fastcall SetContainedControl(Vcl::Controls::TControl* const Value);

Eigenschaften

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

Beschreibung

Setzt das in TRibbonComboControl enthaltene Steuerelement.

SetContainedControl gibt das Steuerelement zurück, das in TRibbonComboControl enthalten ist, wenn TRibbonComboControl als ein Container für das Anzeigen anderer Steuerelemente verwendet wird.

Siehe auch