Examples with "AnsiStringT" and their translation in Duits
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.
You can set the codepage for AnsiString types with AnsiStringT<codepage>.
Andere resultaten
The ANSIString type corresponds to the new variable-length long strings.
Der Typ ANSIString entspricht dem neuen langen String mit vaiabler Länge.
Most uses of AnsiString can be directly replaced with the default String type.
Die meisten Vorkommen von AnsiString können direkt durch den Standardtyp String ersetzt werden.
The expression cast is a UnicodeString or AnsiString variable.
You can also cast a UnicodeString or AnsiString string as a null-terminated string.
Sie können einen UnicodeString- oder AnsiString-String auch in einen nullterminierten String umwandeln.
Since UnicodeString and AnsiString have the same structure, they function very similarly.
Weil UnicodeString und AnsiString die gleiche Struktur haben, arbeiten sie auch sehr ähnlich.
Returns the AnsiString representation of a cursor.
In some respects it is similar to AnsiString.
The UnicodeString type has exactly the same structure as the AnsiString type.
Der Typ UnicodeString hat genau dieselbe Struktur wie der Typ AnsiString.
Compatibility with older code may require the use of the AnsiString type.
However, assignments between AnsiString and UnicodeString do the appropriate up or down conversions.
Zuweisungen zwischen AnsiString und UnicodeString führen aber die entsprechende Auf- oder Abkonvertierung durch.
AnsiString represents a dynamically allocated string whose maximum length is limited only by available memory.
AnsiString repräsentiert einen dynamisch zugewiesenen String, dessen maximale Länge nur durch den verfügbaren Speicherplatz begrenzt wird.
An AnsiString variable is a structure containing string information.