AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Türkische Zeichen im Quellcode

Ein Thema von davar · begonnen am 12. Feb 2008 · letzter Beitrag vom 26. Feb 2008
Antwort Antwort
Tillie

Registriert seit: 24. Feb 2008
8 Beiträge
 
#1

Re: Türkische Zeichen im Quellcode

  Alt 26. Feb 2008, 14:17



Musste zwar noch ein bissl rumbasteln, doch jetzt funktionierts!!!!
Danke dir vielmals, Sebastian.


So, und damit sich die Nachwelt auch noch dran erfreuen kann:
Delphi-Quellcode:
program Project1;

uses
  Forms,
  tntstdctrls,
  Unit1 in 'Unit1.pas{Form1};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);

  with TtntLabel.Create(Form1) do
  begin
    Parent := Form1;
    Left := 10;
    Top := 50;
    Width := 100;
    Top := 40;
    Caption := 'ı ğ ç - ganz nach Belieben :)';
  end;
   Application.Run;
end.
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:10 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz