12 Ekim 2023 Perşembe

Delphi Button Onclik Event

  Action := TBasicAction.Create(Self);


  { Set the OnExecute event handler. }

  Action.OnExecute := BtnRafSorgula.OnClick;


veya ;

Button1.OnClick(self);

Share:

Blog Arşivi