Jump to content

Stano

Members
  • Content Count

    888
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    Customizing source editor

    Me too? I had in mind during the programming and in one place.
  2. Stano

    Customizing source editor

    They don't all show up at once
  3. Stano

    Footman

    procedure TfrmOptions.SpeedButton1Click(Sender: TObject); begin // frmMain.mruDB.ShowPath := chbMRUPath.Checked; ModalResult := mrOK; end;
  4. Stano

    Footman

    Use help first. Place the cursor in / on the (caFree) keyword and press F1 Close = Self.Close = FormAbout.Close = onFormClose
  5. Stano

    Filter on InternalCalc field

    Basic information. Type of Database?
  6. Stano

    Footman

    Where is the published code from? Own? Probably not. Do you have experience with programming? If so, which ones? In any case, I very hard recommend you http://docwiki.embarcadero.com/Libraries/Sydney/en/Main_Page
  7. I have these basic rules procedure name - verb. It expresses what the procedure does. He always has to do only one thing! function name - noun. It expresses what it will actually return names of routine argument - must express their purpose It's nothing special if I rename something 5 times
  8. Stano

    Customizing source editor

    ť -> ť. ď -> ď.
  9. Stano

    Customizing source editor

    I think that's a side effect of fixes for this problem: I kind of don't understand that. It does not matter. E.g. if you are using my dzeditorlineendsfix tool. I do not use it. I did an experiment and tried different fonts. The trailing character is always the same. Each time at the full height of the line. The Courier New I use is probably the highest. It's not something I really need. I close my problem.
  10. Stano

    Customizing source editor

    The question was: Can it be changed? I mean size of the trailing character.
  11. Stano

    Customizing source editor

    I would like the line breaks to be displayed. But that huge beast discourages me. Can it be changed?
  12. I also highly recommend the book "Code Complete 2nd Edition by Steve McConnell"
  13. Stano

    Delphi Code-Insight problems

    I'm so sorry. I made a mistake I have 10.4.1. I've already been notified.
  14. Stano

    Delphi Code-Insight problems

    The update to version 10.4.2 will help in part
  15. Whether this is in fact your bottleneck in the program.
  16. Stano

    Delphi Code-Insight problems

    Um, for me, it's crap
  17. The AnsiString function is now in two units. The new unit is System.AnsiStrings. Further, let them be competent to do so. I'm not him! The change of unit helped me.
  18. Stano

    grid with expandable area below each row?

    VirtualStringTree? I don't know DevEx Quantum Grid or similar components. I can't judge.
  19. Stano

    Call stack does not show source unit code

    I would delete the other files first. dproj last.
  20. Stano

    Unfixed bug in Sydney

    And every night go to sleep with disturbed nerves
  21. Stano

    Assigning Null value to Parameter

    Do not use direct assignment to a field! Always use a parameter. Due to SQL injection
  22. Stano

    Assigning Null value to Parameter

    xx.ParamByName („Konkurencia“). Hodnota: = null;
  23. Stano

    Attempted Update During Read Only Transaction

    We don't know the basic thing. How to connect to a DB. Which components do you use.
  24. Stano

    Attempted Update During Read Only Transaction

    The message is about the transaction. Check settings of transaction
  25. Stano

    Free EurekaLog license drawing

    Why? You reduced my chances of winning
×