Download for Windows Premium
Publiciteit
getmem

Vertaling van "getmem" in Frans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
GetMem
The GetMem procedure is required each time the size of the memory variable to allocate is not defined.
La procédure GetMem est requise chaque fois que la taille de la variable mémoire à allouer n'est pas définie.
Delphi uses the heap for allocating the memory of each and every object, the text of the strings, for dynamic arrays, and for specific requests of dynamic memory (GetMem).
Delphi utilise le tas pour l'allocation de la mémoire de chaque objet, du texte des chaînes, des tableaux dynamiques et pour les demandes spécifiques de mémoire dynamique (GetMem).
The heap manager takes care of all the details for you, so you simply ask for new memory with GetMem or by calling a constructor to create an object, and Delphi will return you a new memory block (optionally reusing memory blocks already discarded).
Le gestionnaire du tas prend en charge tous les détails; ainsi, vous demandez simplement de la nouvelle mémoire avec GetMem ou en appelant un constructeur pour créer un objet et Delphi vous retournera un nouveau bloc mémoire (en réutilisant éventuellement des blocs déjà écartés).
You can create dynamic variables by calling the GetMem or New procedure.
Il est possible de créer des variables dynamiques en appelant la procédure GetMem ou New.
If you use an untyped pointer you should use GetMem instead of New.
Si vous utilisez un pointeur sans type, vous devez utiliser GetMem au lieu de New.
The New and GetMem procedures assign a memory address to an existing pointer, while the Addr and Ptr functions return a pointer to a specified address or variable.
Les procédures New et GetMem assignent une adresse mémoire à un pointeur existant, alors que les fonctions Addr et Ptr renvoient un pointeur sur l'adresse ou la variable spécifiée.
SizeOf is useful for determining the amount of memory to specify for the FillChar, Move, or GetMem procedures.
SizeOf est utile pour déterminer la quantité de mémoire à spécifier pour les procédures FillChar, Move ou GetMem.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor getmem in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
pliers: tool with two handles and jaws for gripping
Ontdek het woord
Publiciteit

Resultaten: 7. Exact: 7. Verstreken tijd: 41 ms.