Vcl.StdCtrls.TCustomCombo.SetDroppedDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDroppedDown(Value: Boolean);

C++

void __fastcall SetDroppedDown(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Sets the value of the DroppedDown property.

SetDroppedDown is the protected write implementation of the DroppedDown property.

See Also