Vertaling van "TStrings" 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.
Note: Although Lines is implemented as a TStrings descendant, it does not implement the support for associating objects with the strings in the list.
Objects added to the Objects array still exist even if the TStrings object is destroyed.
Les objets ajoutés au tableau Objects existent toujours même si l'objet TStrings est détruit.
Use the Objects property of a descendant of TStrings to get or set the object associated with the string at the position indicated by Index.
Utilisez la propriété Objects dans un descendant de TStrings pour connaître ou définir l'objet associé à la chaîne située à la position indiquée par Index.
In the TListBox, the stored strings are stored in the property Items, that is of type TStrings.
Dans la TListBox, les chaînes sont enregistrées dans la propriété Items, qui est du type TStrings.
In the ComboBox, the stored strings are stored in the property Items, that is of type TStrings.
Dans le ComboBox, les chaînes sont enregistrées dans la propriété Items, de type TStrings.
SetStrings, to copy the strings from another TStrings object.
SetStrings, pour copier les chaînes d'un autre objet TStrings.
TSQLQuery has a 'SQL' property containing a TStrings object.
TSQLQuery possède une propriété 'SQL' contenant un objet TStrings.
Reading the Objects property for TStrings returns nil (Delphi) or NULL (C++).
La lecture de la propriété Objects pour TStrings renvoie nil (Delphi) ou NULL (C++).
Lines is a TStrings object, so the TStrings methods may be used for Lines to perform manipulations such as counting the lines of text, adding new lines, deleting lines, or replacing lines with new text.
Lines est un objet TStrings, il est donc possible d'utiliser les méthodes de TStrings avec Lines afin d'effectuer des manipulations comme compter les lignes de texte, ajouter de nouvelles lignes, supprimer des lignes ou remplacer les lignes par un autre texte.
Lines is a TStrings object, so you can use TStrings methods to work with the Lines property.
Lines est un objet TStrings, donc vous pouvez utiliser les méthodes TStrings pour travailler facilement avec la propriété Lines.
Because Items is an object of type TStrings, you can add, delete, insert, and move items using the Add, Delete, Insert, Exchange, and Move methods of the TStrings object.
Puisque Items est un objet du type TStrings, vous pouvez ajouter, supprimer, insérer et déplacer des éléments en utilisant les méthodes Add, Delete, Insert, Exchange et Move de l'objet TStrings.