-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathCcMemDS.dtx
More file actions
46 lines (32 loc) · 965 Bytes
/
CcMemDS.dtx
File metadata and controls
46 lines (32 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@@_DBError@string
Utility routines
@@CcMemDS.pas
<b>CopyCat replication suite</b>
Copyright (c) 2005 Microtec Communications. For any questions
or technical support, contact Jonathan Neve
(jonathan@microtec.fr)
Based on the RxMemDS unit from the Rx library
The original Rx code is Copyright (c) 2001,2002 SGB Software
Copyright (c) 1997, 1998 Fedor Koshevnikov, Igor Pavluk and
Serge Korolev
@@TCcMemoryData
Summary:
In-memory TDataSet descendant.
Description:
TCcMemoryData is an in-memory TDataSet descendant, used internally as an ancestor
for several CopyCat components.<p/>
<p/>
TCcMemoryData is based on the RxLib TRxMemoryData component.
@@TCcMemoryData.BeforeOpen
property AutoCalcFields;
property Filtered;
{$IFDEF CC_D4}
property FieldDefs;
property ObjectView default False;
{$ENDIF}
@@TMemBlobData
TCcMemoryData
@@TMemBlobStream
TMemBlobStream
@@TMemoryRecord
TMemoryRecord