Jump to content
Forum Windows-az.com

TColor-u HTML Color-a çervirmək


Ʌüsal

Recommended Posts

Foma 1 ədəd Dialogs menyusundan ColorDialog komponenti əlavə edin.1 ədəd Button və 1 ədəd Editbox və ya Label əlavə edə bilərsiniz.

 

Button 1-ə klik edin və kodu yazın.

 

function ColorToHtml(DColor:TColor):string;

var

tmpRGB : TColorRef;

begin

tmpRGB := ColorToRGB(DColor);

Result:=Format(\'2x%.2x%.2x%.2x\',

[GetRValue(tmpRGB),

GetGValue(tmpRGB),

GetBValue(tmpRGB)]);

end; {function ColorToHtml}

 

begin

if ColorDialog1.Execute then

Edit1.text:=ColorToHtml(ColorDialog1.Color);

 

4.jpg

- Laptop ve Desktop Anakartlarin temiri

- BIOS yazilmasi

- Sifreli SuperUser BIOS-larin silinmesi

- Kicik chiplerin deyisidrilmesi

- BGA Chiplerin deyisdirilmesi (GPU/CPU/FCH/PCH/HM ve s)

Link to comment
Share on other sites

  • 5 ay sonra...
Proqramlar telegramda

Sohbete katıl

Şimdi mesajını gönderebilir ve daha sonra kayıt olabilirsin. Bir hesabın varsa, hesabınla göndermek için şimdi oturum aç.

Misafir
Bu konuya yanıt ver...

×   Zengin metin olarak yapıştırıldı.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Önceki içeriğiniz geri yüklendi.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • loading...
×
×
  • Create New...