Vcl.ListActns.TListControlItem.SetCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCaption(const Value: String); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItem

Description

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