How Delphi emulates the Ctrl V paste function

Updated on technology 2024-03-22
11 answers
  1. Anonymous users2024-02-07

    I don't know what event you put it in, mine is in the paste click of the floating menu.

  2. Anonymous users2024-02-06

    ;Place the selected content in memo1 on the clipboard.

    Put the contents of the clipboard into memo1.

  3. Anonymous users2024-02-05

    Is it impossible to copy and paste in the tedit control in the compiled exe?

  4. Anonymous users2024-02-04

    Hehe, you have to at least simulate the selected action, right?

  5. Anonymous users2024-02-03

    You didn't specify a replication source.

  6. Anonymous users2024-02-02

    When you set a global hotkey, it only works for the program window you wrote.

  7. Anonymous users2024-02-01

    The cutting board is a common amount.,Just paste it directly with the finch on this.,In the messy splitting richedit.,It's OK.。

  8. Anonymous users2024-01-31

    I've also dealt with a similar function, I use twebbrowser in delphi, so that a shortcut can be implemented in a rock cluster. Jujube envy.

    procedure tfrm_: tobject);

    vardoc: ihtmldocument2;

    txtrange: ihtmltxtrange;

    s:string;

    begindoc := as ihtmldocument2; /ie: iwebbrowser2;

    txtrange := as ihtmltxtrange;

    s:=;==The selected data is now available.

  9. Anonymous users2024-01-30

    You can take the stove to take the hidden rock to take this jujube sail:

  10. Anonymous users2024-01-29

    Actually, it's a very simple thing.,How to define a hotkey you can search for it casually, don't say it.,As for the cutting and copying operation,It's equivalent to a simulated sending of ctrl+x or ctrl+v,This information is also easy to find.,That paste,It's actually a space in the string or -,For example, the space in a134-2934-9821 or a134 2934 9821 is replaced with a tab.,When you send, set the clipboard to a134 first, Then send ctrl+v, then tab and repeat the process.

  11. Anonymous users2024-01-28

    This kind of ** is to block the message of some key combinations, it is done under the message mechanism, I will block but will not break this shield.

    I'm sorry I can't help you.

Related questions
5 answers2024-03-22

procedure : tobject);

vararr:array of array of string; >>>More

23 answers2024-03-22

Please modify it yourself as needed.

procedure addlink; >>>More

14 answers2024-03-22

function getsqlserverlist(strings:tstrings):boolean;

The function is implemented as follows: >>>More

10 answers2024-03-22

Random numbers in pascal.

Random numbers refer to a series of numbers that theoretically have no rules to follow, have an equal probability of each number appearing within a specified range, and cannot be used to follow the previous number. The basic principle of a general random number generator is: first, initialize a random seed, the initial value of which can be an arbitrary integer; Every time a random number is obtained, a special operation is performed based on the random seed, a random number is obtained and returned, and then some operation is performed on the random seed to change the value of the random seed. >>>More

2 answers2024-03-22

3.How to carry out product production planning in ERP sand table operation? >>>More