-
How can i create an always visible AEditor as TButton with Caption and ClickEvent for each row (Delete Button) |
Beta Was this translation helpful? Give feedback.
Answered by
kryslt
Dec 14, 2022
Replies: 1 comment
-
The only way is drawing button frame in the cells and then create a working TButton in OnEditorCreate.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kryslt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only way is drawing button frame in the cells and then create a working TButton in OnEditorCreate.
Example for a graphic button frame: