Vcl.RibbonActnCtrls.TRibbonCustomControl.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 TRibbonCustomControl

Beschreibung

Setzt das in TRibbonCustomControl enthaltene Steuerelement.

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

Siehe auch