Jump to content

Stano

Members
  • Content Count

    897
  • Joined

  • Last visited

  • Days Won

    7

Stano last won the day on May 31 2023

Stano had the most liked content!

Community Reputation

146 Excellent

1 Follower

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Stano

    VirtualTree - Changing a parameter in a procedure

    No. That was just an announcement. So that others wouldn't be as surprised as I was. The solution is a simple "find and replace" throughout the project.
  2. Stano

    Forum running slow

    It's been slow for a few days for me too.
  3. //Original function procedure xyDragDrop(Sender: TBaseVirtualTree; Source: TObject; DataObject: IDataObject; Formats: TFormatArray; Shift: TShiftState; Pt: TPoint; var Effect: Integer; Mode: TDropMode); //Now procedure xyDragDrop(Sender: TBaseVirtualTree; Source: TObject; DataObject: TVTDragDataObject; Formats: TFormatArray; Shift: TShiftState; Pt: TPoint; var Effect: Integer; Mode: TDropMode); See the last word in the first line. IDataObject -> [/color]TVTDragDataObject.
  4. Stano

    New Delphi features in Delphi 13

    It's been mentioned several times. These things are handled by MMX. And good.
  5. Stano

    Should we create forum(s) for AI?

    I can't vote. The questionnaire is unavailable to me.
  6. Stano

    Freeeee

    INC files are still in use. Some of the programs I purchased use them.
  7. Note 1: if you delete items from a list, you always have to do it from the end! Note 2: in such cases I use a list of components. Your TLabel. Then you just need to do everything in a loop. And not list every Tlabel and line of the Tmemo.
  8. Stano

    IDE bugs

    This means the exe is still running. You can verify this and exit in the task manager.
  9. Stano

    May patch

    https://blogs.embarcadero.com/rad-studio-12-3-may-patch-available/
  10. Stano

    Method Selection ability??

    It didn't leave me alone. I tried the collapsed CnPack function. I don't know if it will help you somehow. Anyway, you need to edit the beginning and end of the method. In the picture is the result. Coding toolset -> Comment Code
  11. Stano

    Is there a way to Clear content of TDateTimePicker?

    See if it has an option like "Enable null". I don't work with that. So I don't know.
  12. Stano

    Method Selection ability??

    Of course, I got it mixed up. I meant copy Ctrl+C. That's not what you want. Sorry.
  13. Stano

    Method Selection ability??

    If I understand correctly, use this procedure: collapse the entire method - the + sign at the beginning of the method select the resulting line and you're done
  14. That's right. It was written by a Czech.
  15. Stano

    Vcl text box that user can move/resize at runtime?

    Maybe this link will help. It's a Czech forum. But me use Slovak. https://forum.delphi.cz/index.php/topic,13715.msg81490.html#msg81490 See post: « Odpověď #4 kdy: 22-05-2013, 21:29:24 »
×