Vertaling van "TStrings" in Engels
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.
La propriété TStrings contient un ordre SQL qui doit être exécuté.
The 'SQL' property contains a SQL statement that must be executed.
Remarque : Bien que la propriété Lines soit implémentée comme descendant de TStrings, elle n'implémente pas le support des objets associés aux chaînes de la liste.
Note: Although Lines is implemented as a TStrings descendant, it does not implement the support for associating objects with the strings in the list.
Les objets ajoutés au tableau Objects existent toujours même si l'objet TStrings est détruit.
Objects added to the Objects array still exist even if the TStrings object is destroyed.
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.
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.
Dans la TListBox, les chaînes sont enregistrées dans la propriété Items, qui est du type TStrings.
In the TListBox, 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.
In the ComboBox, the stored strings are stored in the property Items, that is of type TStrings.
SetStrings, pour copier les chaînes d'un autre objet TStrings.
SetStrings, to copy the strings from another TStrings object.
TSQLQuery possède une propriété 'SQL' contenant un objet TStrings.
TSQLQuery has a 'SQL' property containing a TStrings object.
La lecture de la propriété Objects pour TStrings renvoie nil (Delphi) ou NULL (C++).
Reading the Objects property for TStrings returns nil (Delphi) or NULL (C++).
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 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, donc vous pouvez utiliser les méthodes TStrings pour travailler facilement avec la propriété Lines.
Lines is a TStrings object, so you can use TStrings methods to work with the Lines property.
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.
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.
Les descendants de TStrings implémentent une propriété Count de manière à indiquer le nombre de chaînes dans la liste.
Count is a read-only property that gives the number of keys in the key collection.