Posts by Thulio Mariano • 53 points
3 posts
- 
		1 votes1 answer98 viewsA: How to copy text from the Tcxgrid component (Table)I couldn’t find a way to copy directly through the components of tcxGrid, at first it does not accept the copy when it is used in table form, but when it is used by SQL data this change is possible,… delphi-7answered Thulio Mariano 53
- 
		1 votes1 answer98 viewsQ: How to copy text from the Tcxgrid component (Table)I have a table that I want to copy her text, so when the user copies it, he can paste it anywhere. but in the properties of the component I do not find.… delphi-7asked Thulio Mariano 53
- 
		3 votes2 answers621 viewsQ: How to use Enum.Parse()?My code displays error when using Enum.Parse<enum>(Console.ReadLine()); I am asking the user to enter the level of the position occupied, however to receive the data entered by the user…