FMX.Import.IntStringsToIntegerDynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IntStringsToIntegerDynArray(const AStr: string): TIntegerDynArray;

C++

extern DELPHI_PACKAGE System::DynamicArray<int> __fastcall IntStringsToIntegerDynArray(const System::UnicodeString AStr)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Import.pas
FMX.Import.hpp
FMX.Import FMX.Import

Description

Transforme une chaîne représentant un nombre entier en une valeur entière et la stocke à une nouvelle position dans un tableau dynamique.

Voir aussi