Delphi Programming Tutorial #13 - Align and Margins
Uploader Comments (codegearguru)
All Comments (9)
-
Novo Codz para abrir e fechar cd abaixo funfando:
Tanto faz para abrir ou fechar é o mesmo, só muda o nome do botão o código está entre begin e end; :
||
||
\/
procedure TForm1.Button4Click(Sender: TObject);
begin
mciSendString('Set cdaudio door closed wait', nil, 0, handle);
end;
By SKDX!
-
@KerrenKD4WG - The button is Run without debugging
-
Hey when you run your program you click the "!", what is the difference between that and the play/compile button? And what is the "!" button?
Sorry if it's a noobish question :(
Thanks
-
These tutorials are great!...they are straight to the point and clear!
It is possible for you to do a tutorial on compiling the program into an executable file for installation as well as creating tables for a database system. I only know how to use MS access and connect it using ado and data source components.
-
well done ...
thank you for stream.
otherwise i've never worked with the property "Margins" and put always "Panels" on my form to have the same distance between objects
thanks for writing back.
The code is, i think a vbscript, but it is to have no 'units'(the program). So how will i do it?
pureprotectort 3 years ago
You might be better off asking someone who knows something about vbscript, I pretty much just do Delphi.
codegearguru 3 years ago
That would all depend on what you are wanting to copy and paste. If it is code only then there shouldn't be much problem (provided you have all the required units in the uses clause). If you are coping and pasting .dfm (form data) stuff then things are more complex.
codegearguru 3 years ago