IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Delphi (https://www.ircforumlari.net/delphi/)
-   -   delphide as ve is (https://www.ircforumlari.net/delphi/689092-delphide-ve.html)

Kaf_Dağı 16 Mart 2015 10:15

delphide as ve is
 
delphide as ve is


Kod:

procedure TfrmSender.spdOneClick(Sender: TObject) ;
begin
 pnlReport.Caption := 'Tıkladığınız ' + (Sender as TSpeedButton).Name;
end;
 
procedure TfrmSender.GeneralClick(Sender: TObject) ;
begin
 if Sender is TSpeedButton then
  pnlReport.Caption := 'Tıkladığınız ' + (Sender as TSpeedButton).Name
 else
 if Sender is TForm then
  pnlReport.Caption := 'Tıkladığınız ' + (Sender as TForm).Name
 else
 if Sender is TPanel then
  pnlReport.Caption := 'Tıkladığınız ' +(Sender as TPanel).Name;
end;



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 08:56.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk