FMX.Edit.TCustomEditModel.SetTextWithoutValidation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetTextWithoutValidation(const Value: string);

C++

void __fastcall SetTextWithoutValidation(const System::UnicodeString Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEditModel


Beschreibung

Legt Text im Modell fest, ohne den Text zu validieren oder eine Benachrichtigung an den Presenter zu senden.

Siehe auch