Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 08/17/22 in all areas

  1. You can run/debug multiple executables in a project group at the same time. Build all the project group (you can't compile one while the other is running) then run each in turn. A quick test has a local Windows 64 bit app window and one on Linux VM.
  2. The complete VCL package includes more than 760 VCL components including popular packages like LMD DockingPack, GridPack or LMD DialogPack (available for Delphi/C++Builder XE2 and better). 2022.4 is a mere service release with minor enhancements and fixes. Review changes of this service pack on history page. A list of all changes in 2022 release can be found on LMD VCL What’s new page. Check the new trials and compiled Exe-Demos at https://www.lmd.de/downloads Feature Matrix of all LMD VCL products: https://www.lmd.de/feature-matrix If you are interested in purchasing check out the order Page: https://www.lmd.de/shopping Summer Sale: Get 30% off for a limited time! This special offer is limited to orders via Shareit! (no resellers) between 16-Aug-2022 and 24-Aug-2022. All products and updates available on the shopping page qualify for discount. Please enter during ordering process the coupon LMDSUMMER22 which grants a 30% discount. If you are missing links or if you need a special direct order link, please contact sales@lmd.de with the product you want to order.  If any other questions are left, please contact us at mail@lmdsupport.com!
  3. David Heffernan

    IfThen Oddity...

    IfThen as a function sucks big time. Why can't we have a conditional operator?
  4. Der schöne Günther

    IfThen Oddity...

    Function arguments are always evaluated, then passed into the function. This "IfThen" (which I have never seen before), is just a regular function. The compiler has no knowledge that there is no need to evaluate the other arguments if the first one results to False.
  5. Those values in square brackets are custom attributes. Have a look at the documentation : https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Declaring_Custom_Attributes_(RTTI)
×