everybody. I\'m trying to save my class: TA= class(TPersistent) private FItems: TObjectList<TB>; FOnChanged: TNotifyEvent;
I\'m using a blob field in a kbmMemTable to store a custom component that I\'ve developed from TComponent and I use the read and write component stream methods of 开发者_StackOverflowthe TReader to re
For performance tests I need a way to measure the time needed for a form to load its definition from the DFM. All existing forms inherit a custom form class.