1<html><head><base target=k-main></head><body bgcolor=white>
2
3<font face=Times size=3>
4
5<b>class c4_MemoProp</b> - Memo properties.
6
7<hr size=1>
8
9<dl>
10  
11  <if !private>
12	<a name="c4_MemoProp_AsRow_const__const"><dt>
13	  <nobr>
14	  <A HREF="c4_Row.html" >c4_Row</A> 
15	  <b>AsRow</b> (const <A HREF="c4_Bytes.html" >c4_Bytes</A>&#38; value_) <i>const</i>;
16	  </nobr>
17	<dd>
18	  
19	  
20	  <font face=Helvetica size=-1>Create a row with one memo object</font>
21	<p>
22  
23  
24  <if !private>
25	<a name="c4_MemoProp_Get_const__const"><dt>
26	  <nobr>
27	  <A HREF="c4_Bytes.html" >c4_Bytes</A> 
28	  <b>Get</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_) <i>const</i>;
29	  </nobr>
30	<dd>
31	  
32	  
33	  <font face=Helvetica size=-1>Get a memo property in a row</font>
34	<p>
35  
36  
37  <if !private>
38	<a name="c4_MemoProp_Set_constconst__const"><dt>
39	  <nobr>
40	  void 
41	  <b>Set</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_, const <A HREF="c4_Bytes.html" >c4_Bytes</A>&#38; value_) <i>const</i>;
42	  </nobr>
43	<dd>
44	  
45	  
46	  <font face=Helvetica size=-1>Set a memo property in a row</font>
47	<p>
48  
49  
50  <if !private>
51	<a name="c4_MemoProp_c4_MemoProp_const_"><dt>
52	  <nobr>
53	  
54	  <b>c4_MemoProp</b> (const char* name_);
55	  </nobr>
56	<dd>
57	  
58	  
59	  <font face=Helvetica size=-1>Construct a new property</font>
60	<p>
61  
62  
63  <if !private>
64	<a name="c4_MemoProp_operator___const__const"><dt>
65	  <nobr>
66	  <A HREF="c4_MemoRef.html" >c4_MemoRef</A> 
67	  <b>operator()</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_) <i>const</i>;
68	  </nobr>
69	<dd>
70	  
71	  
72	  <font face=Helvetica size=-1>Get or set a memo property in a row</font>
73	<p>
74  
75  
76  <if !private>
77	<a name="c4_MemoProp_operator___const__const"><dt>
78	  <nobr>
79	  <A HREF="c4_Row.html" >c4_Row</A> 
80	  <b>operator[]</b> (const <A HREF="c4_Bytes.html" >c4_Bytes</A>&#38; value_) <i>const</i>;
81	  </nobr>
82	<dd>
83	  
84	  
85	  <font face=Helvetica size=-1>Create a row with one memo object, shorthand for AsRow</font>
86	<p>
87  
88  
89  <if !private>
90	<a name="c4_Property_CleanupInternalData___"><dt>
91	  <nobr>
92	  static void 
93	  <b><A HREF='c4_Property.html'>c4_Property</A>::CleanupInternalData</b> ();
94	  </nobr>
95	<dd>
96	  
97	  
98	  <font face=Helvetica size=-1>Call this to get rid of som eonternal datastructues (on exit)</font>
99	<p>
100  
101  
102  <if !private>
103	<a name="c4_Property_GetId___const"><dt>
104	  <nobr>
105	  int 
106	  <b><A HREF='c4_Property.html'>c4_Property</A>::GetId</b> () <i>const</i>;
107	  </nobr>
108	<dd>
109	  
110	   A property object in fact merely represents an entry in a globally
111 maintained symbol table. Each property is assigned a unique id,
112 which remains valid as long as some reference to that property
113 exists. In general, property id's remain unique as long as the
114 application runs. Do not store id's on file, since they are
115 not guaranteed to remain the same across program invocations.
116 All properties with the same name are given the same id.
117<br>
118	  
119	<p>
120  
121  
122  <if !private>
123	<a name="c4_Property_Name___const"><dt>
124	  <nobr>
125	  const char* 
126	  <b><A HREF='c4_Property.html'>c4_Property</A>::Name</b> () <i>const</i>;
127	  </nobr>
128	<dd>
129	  
130	  
131	  <font face=Helvetica size=-1>Return the name of this property</font>
132	<p>
133  
134  
135  <if !private>
136	<a name="c4_Property_Refs_int__const"><dt>
137	  <nobr>
138	  void 
139	  <b><A HREF='c4_Property.html'>c4_Property</A>::Refs</b> (int) <i>const</i>;
140	  </nobr>
141	<dd>
142	  
143	   This is part of the implementation and shouldn't normally be called.
144<br>
145	  
146	<p>
147  
148  
149  <if !private>
150	<a name="c4_Property_Type___const"><dt>
151	  <nobr>
152	  char 
153	  <b><A HREF='c4_Property.html'>c4_Property</A>::Type</b> () <i>const</i>;
154	  </nobr>
155	<dd>
156	  
157	  
158	  <font face=Helvetica size=-1>Return the type of this property</font>
159	<p>
160  
161  
162  <if !private>
163	<a name="c4_Property_operator___const__const"><dt>
164	  <nobr>
165	  <A HREF="c4_Reference.html" >c4_Reference</A> 
166	  <b><A HREF='c4_Property.html'>c4_Property</A>::operator()</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_) <i>const</i>;
167	  </nobr>
168	<dd>
169	  
170	  
171	  <font face=Helvetica size=-1>Get or set this untyped property in a row</font>
172	<p>
173  
174  
175  <if !private>
176	<a name="c4_Property_operator___const__const"><dt>
177	  <nobr>
178	  <A HREF="c4_View.html" >c4_View</A> 
179	  <b><A HREF='c4_Property.html'>c4_Property</A>::operator, </b> (const <A HREF="c4_Property.html" >c4_Property</A>&#38; prop_) <i>const</i>;
180	  </nobr>
181	<dd>
182	  
183	  
184	  <font face=Helvetica size=-1>Return a view like the first, with a property appended to it</font>
185	<p>
186  
187  
188  <if !private>
189	<a name="c4_Property_operator___const__"><dt>
190	  <nobr>
191	  void 
192	  <b><A HREF='c4_Property.html'>c4_Property</A>::operator= </b> (const <A HREF="c4_Property.html" >c4_Property</A>&#38; property_);
193	  </nobr>
194	<dd>
195	  
196	  
197	  <font face=Helvetica size=-1>Assignment</font>
198	<p>
199  
200  
201</dl>
202
203<hr size=1 width=50 align=left>
204class 
205<b>c4_MemoProp</b>
206</font>
207
208</body></html>
209