FMX.DateTimeCtrls.TCustomTimeEdit.SetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetText(const AValue: string); override;

C++

virtual void __fastcall SetText(const System::UnicodeString AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TCustomTimeEdit

Description

Protected setter implementation for the Text property.

FMX.DateTimeCtrls.TCustomTimeEdit.SetText inherits from FMX.Controls.TTextControl.SetText. All content below this line refers to FMX.Controls.TTextControl.SetText.

Protected setter implementation for the Text property.

In descendants, override SetText to allow for further functionality when setting the text using the Text property.

Do not use SetText directly in applications. Use the Text property instead.

See Also