marcocantu
Continuing last week blog post on binding expressions, let’s see how components can participate, but creating expressions that refer to properties. … Read more
4 years ago 0
Embarcadero GetIt
LockBox is a Delphi and C++Builder library for cryptography. Supported on platforms: Win32, Win64, Android, OS X. … Read more
4 years ago 0
Embarcadero GetIt
LockBox is a Delphi and C++Builder library for cryptography. Supported on platforms: Win32, Win64, Android, OS X. … Read more
4 years ago 0
jpluimers
Quoting this in full because it nicely illustrated the introduction of an intermediate variable that cannot be assigned to a second time after initial setup by the with statement: [WayBack] Embarcadero Newsgroup Archive :: embarcadero.public.delphi.ide… … Read more
4 years ago in Delphi, Development, Software Development0
Dalija Prasnikar
In Delphi, properties can be backed by simple fields, but they can also have getter and setter functions that can be vital to the proper functioning of a class. They can contain additional initialization code,… … Read more
4 years ago in Delphi, Serialization0