DISCLAIMER: This video is boring to the average YouTube viewer.
We build a small calculator. We bypass many common techniques. We use the “secret sources”. With 11 lines of code you are done.
Keywords:
IScope, ICompiledBinding, Evaluate, GetValue, BasicOperators, Compile
#FireMonkey #Delphi #ILoveDelphi
Curso delphi fundamental para iniciantes usando a versão FireMonkey do delphi.
Amazon Auto Links: No products found.
Very Good!! Excellent!!
Hello, I have a question , please help me
I want write a record to binary file,
On record have a pointer.
for example:
Tstudent = Record
MaSV : String[20];
TenSV : String[30];
SoDT : String[20];
DiaChi : String[50];
end;
TListMySt = record
Data: array of Tstudent;
end;
TData = Record
_sum : Integer;
_ArrStudent : ^TListMySt;
End;
I write TData to file , but only check file only write complete _sum,
how to write complete _ArrStudent .
Thank very much.
Thanks You for this secret sources
how you change the thema in delphi?