Send Message Whatsapp With Lazarus Free Pascal

Send Message Whatsapp With Lazarus

With this component we can easily send WA messages using Pascal language.

 

procedure TFrmMain.BtnSendClick(Sender: TObject);
begin
if wa1.Conected then
   begin
 wa1.SendMsg(enohp.Text, NormalizeString(mpesan.Text));
   end;
end;

 

 

 

caomponent wa

 

Views: 19

You may also like...

Popular Posts

Leave a Reply

Your email address will not be published. Required fields are marked *