Vcl.ComCtrls.TComboExItem.SetCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCaption(const Value: String); override;

C++

virtual void __fastcall SetCaption(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboExItem

Description

Sets the value of the Caption property.

Vcl.ComCtrls.TComboExItem.SetCaption inherits from Vcl.ListActns.TListControlItem.SetCaption. All content below this line refers to Vcl.ListActns.TListControlItem.SetCaption.

Sets the value of the Caption property.

SetCaption is the protected write implementation of the Caption property. It sets the Caption property to Value, and then calls the Changed method so that the collection can update itself.

See Also