Harald Lampke
Software developer at Schubert Software GmbH in Germany
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Harald Lampke-
NULL time in TwwGridColumn is displayed as 0:00
I've got a SQLite database with a column which contains time values (no date!). Because SQLite does not have special date-time-data types, the data type of the row is REAL. The values are in the ra...
-
TfcTreeNode saves Text, StringData1 and StringData2 properties as Ansi-string
TfcTreeNode.WriteData/ReadData writes and reads Text, StringData1 and StringData2 properties as Ansi-strings. This behaviour results into a problem in unicode applications, when the above mentioned...
-
64 bit version of TfcTreeView does not write or read the "Data"-property
The 64 bit version of TfcTreeNode.WriteData does not write the Data pointer and TfcTreeNode.ReadData simple sets the Data pointer to nil. This seems to be by design to get a backward compatibility ...