System.StrUtils.TryLiteralToInt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function TryLiteralToInt(const S: string; const MaxValue: Cardinal; var Value): Boolean;
function TryLiteralToInt(const S: string; out Value: Integer): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall TryLiteralToInt(const System::UnicodeString S, const unsigned MaxValue, void *Value)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.