FMX.ActnList.ICaption.SetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetText(const Value: string);

C++

virtual void __fastcall SetText(const System::UnicodeString Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList ICaption

Description

Setter for the Text property.

See Also