
Roy Woll
- Total activity 427
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 178
Comments
Recent activity by Roy Woll-
Unfortunately I think this issue with the inspector at design time with the caption font cannot be resolved until the next major release. We have internal code changes but the resulting package wo...
-
onChange is fired by windows when the text changes so it does not have a delay. I don't know of a way to change the behavior of this event as it is implemented in the base class of TCustomEdit
-
For the date to display blank, it would have to be a value of 0 which is equivalent to the 1899 date. It looks like in your screen shot that the time portion is not 00:00 so it would not display bl...
-
The export to sylk should preserve the field type, but I don't think displayformat is used with that format. I think xml would use displayformat but then the export is done as a string for each field.
-
You might be able to use the OnBounceBack event which is triggered when you are at the end or beginning. The parameters should tell you which direction is occurring.
-
Please provide more details. What is the exception you are receiving?
-
Can you try our latest build I just uploaded and let me know if the problem persists. I can't exactly reproduce your problem, but I am unable to see your error when the editor contains more charac...
-
You can take a look at using OnFetchMore event to see if it fits your needs. See the help file for more info on this event. If it does not fit your needs, please explain in more detail your needs.
-
Have you looked at the pdragdrop demo in the demos\griddragdrop directory? It seems to work for me.
-
This is windows behavior when having a sizeable window. It needs an icon to show it in the taskbar when minimized. If you don't want the icon and still want the x close button, you would have to s...