Jump to content

Alexander Elagin

Members
  • Content Count

    198
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Alexander Elagin


  1. SQL.Add (or AddStrings) does not clear the previous content of the SQL text possibly producing the incorrect result. Either explicitly clear the list with SQL.Clear before adding new lines or simply use the Text property: SQL.Text := ....

    • Thanks 1

  2. I also came to the same solution a few years ago. I have a single datamodule responsible for visual settings which includes a SkinController, a set of required skins and skin support units - like dxSkinsdxBarPainter, dxSkinscxPCPainter etc - in the "uses" section and some other components and procedures (like DX string resources localization, skin switching etc.) This approach makes it extremly easy to customize an application without, well, polluting the "uses" section of all forms with skin-related modules.

×