As I today used Tpopupmenu for the first time (Delphi 12) and have now searching all over the Internet for many hours on how you pick up what user selected in the menu list, this video shows it all in 1:35, every menu line you add in get's its own "OnCLick" event. But why does not anyone simply say so ? The few I found about capture user selection talks even about we have to use Win32 TrackPopupMenu() API. But this is as simple as events gets added for each menu line, and I assumed the event only was there for the VCL object... And never checked. Thank's for sharing video.
@MargasHuges Жыл бұрын
i have trouble in connected true is not connected, can you help me
@Potew Жыл бұрын
Thanks, went from 67 MB to 18MB on my exe just by using this tip
@mariopeters9571 Жыл бұрын
Danke für Ihre Delphi Videos, ich fange mit diesem hier an. Leider sehr schlecht lesbar, der Text, Könnten Sie das bitte ändern, ich verfolge das Video zur AcionList gerade, weil ich die in einem meiner Programme verwenden will. Da verfolge ich auch die Texte, die Sie in den Quellcodeeditor schreiben, um später den Programmablauf besser nachvollziehen zu können.
@kamuranpeker132 Жыл бұрын
What About ms sql server
@omarn1946 Жыл бұрын
Hey!! Where is the subwoofer?
@robervalferreirabenjoino5745 Жыл бұрын
muito obrigado, excelente.
@lancemarchetti86732 жыл бұрын
Great!
@beanie-k9m2 жыл бұрын
Great Video! Is it possible to Digitally Sign this document using the component? I already have a certified DSC.
@ЯрославЛ-ь4л2 жыл бұрын
You the best!
@fabbobabbo2 жыл бұрын
Thank you!
@TheJakarta23 жыл бұрын
It will throw an error when compiling. Multidevice not accepting mysql connection
@groovyg68553 жыл бұрын
When i put the Function Generate_Captha it just gives an error
@itsthabi3 жыл бұрын
I really cant see anything.
@founder_execute16333 жыл бұрын
very helpful
@Midman383 жыл бұрын
😀😀
@jeanrodrigues62493 жыл бұрын
Floppy
@jeanrodrigues62493 жыл бұрын
Floppy
@jeanrodrigues62493 жыл бұрын
Floppy
@jeanrodrigues62493 жыл бұрын
Mandic
@jeanrodrigues62493 жыл бұрын
Floppy
@blinis353 жыл бұрын
Hey man quick question, I just bought and received the same amp, unfortunately the blue screen doesnt turn ON, is there anything to do with the remote maybe to activate the media side of the amp ? the sound is coming out fine when I use line in/1 thanks in advance ! just wondering if there would be something that im missing or if there is just an issue with the amp!
@PacurariuStelian3 жыл бұрын
Press "Mode" to cycle between Aux, FM radio, BT or USB/card. If that doesn't work there is an issue with the amp and you should replace it.
@jeanrodrigues62493 жыл бұрын
Floppy
@jeanrodrigues62493 жыл бұрын
Floppy
@REALDaFirm3 жыл бұрын
Hi. I have the same amp, but I tried with omnitronic M-1220 monitor speakers, but your set have better sound. What model is the speakers?
@PacurariuStelian3 жыл бұрын
Those are cheap chinese sepakers, Max Red, former Skyteck/Fenton. I have modified them to sound better: xover 3khz 8ohm, 2 inch sound dampening material and replaced piezo drivers with proper tweeters. I put the links in the video description.
@jeanrodrigues62493 жыл бұрын
Floppy
@jeanrodrigues62493 жыл бұрын
Floppy
@jeanrodrigues62493 жыл бұрын
Floppy
@jeanrodrigues62493 жыл бұрын
Floppy
@EmoDuckman3 жыл бұрын
best splash example i have found on KZbin so far, thank you.
@petrusneacsu3 жыл бұрын
TGroupBox with TRadioButton works like TRadioGroup which is better.
@pedrourosali34154 жыл бұрын
the release option is Just Removing the RTTI Delphi Library from your project Debug Executable is always better and the size is not a subject at all in this century ... if the size of your executable are mandatory please go here: www.blong.com/Articles/TrimTheFat/
@АртемНуцков-и1з4 жыл бұрын
I LOVE DUDE! YOU ARE THE BEST!
@mrgi97734 жыл бұрын
Nice videos .... But tell me Now in 2020 (coronavirus time :( ) is delphi and mysql a good solution ?
@mirvids50365 жыл бұрын
You should add a commentary, they would be so much better. Still useful though.
@ANKITYADAV-le2kc5 жыл бұрын
thank you
@Kc-tk7od5 жыл бұрын
Thanks very much
@hermanstokbrood5 жыл бұрын
Demonstrating a MySQL connection on localhost developing an Android app is useless.
@ktvrt5 жыл бұрын
Es un FAKE, ese tuto es una farsa
@khaledabchiche34196 жыл бұрын
Please, how can I print in Delphi 10. 3?
@liberdadeJSF6 жыл бұрын
Alguem conseugiu fazer a conexao do banco mysql para o android ???
@soriyaayad40746 жыл бұрын
database are in phpmyadmin !!!
@milhistorical22386 жыл бұрын
Solution of DBX Error; >> İnstall MysqlWorkBench 5.xx.xx
@mfatihbarut6 жыл бұрын
why dont you just add a simple explanation which says "while you compile, choose release instead of debug to reduce exe size" or something like that which makes this movie understandable...
@robiroca6 жыл бұрын
nice vcl form menu tutorial, what about for fmx? oh, in-case someones looking for Delphi Facial Detection, here: sourceforge.net/projects/delphi-face-recognition
What's the syntax to read, write and save into a TClientDataSet within a Datamodule
@PacurariuStelian7 жыл бұрын
in this example is : //for opening the file and read data dbmodule.customersdataset.createdataset; dbmodule.customersdataset.loadfromfile(''); //for writing and saving data to file dbmodule.customersdataset.append; {to add new rows} dbmodule.customersdataset.edit; {to edit selected row} dbmodule.[customerdatasetfield].value:=[variable]; {use designed field to set a value} dbmodule.customersdataset.mergechangelog; dbmodule.customersdataset.savetofile('');
@YosYos-ni1ze7 жыл бұрын
what is the point of showing a maskedit example without showing EditMask property
@MsBigjohn0072 жыл бұрын
Hi Yos863; you give me what I was looking for (EditMask property ;-). and about the video, I agree with you. In french, we have an expression: "tout ça pour ça" which could be translate by, I think: "that's it for that"
@devimaulitasari32277 жыл бұрын
how to use this step to Embarcadero c++ builder? i need source code for c++ builder. i try AcroPDF1->LoadFile('F:\sample.pdf'); but not working