DELIM 方法 |
DELIM 类型公开以下成员。
名称 | 说明 | |
---|---|---|
_getMemoBlockNumber | (继承自 Workarea。) | |
AddField | Add a column. (继承自 Workarea。) | |
Append | Append a blank row and position the cursor to the new row. (继承自 TEXTRDD。) | |
AppendLock | Add a newly appended row to the list of locked rows. (继承自 Workarea。) | |
BlobInfo | Retrieve information about a memo column. (继承自 Workarea。) | |
ChildEnd | Report the initialization of a relation. (继承自 Workarea。) | |
ChildStart | Report the initialization of a relation. (继承自 Workarea。) | |
ChildSync | Post a pending relational movement, indicating that the specified child work area has been affected by a parental movement. (继承自 Workarea。) | |
ClearFilter | Clear the active filter condition. (继承自 Workarea。) | |
ClearRel | Clear relations. (继承自 Workarea。) | |
ClearScope | Clear the active locate condition. (继承自 Workarea。) | |
Close | (继承自 TEXTRDD。) | |
CloseMemFile | Close the memo file (继承自 Workarea。) | |
Compile | Compile an expression. (继承自 Workarea。) | |
Continue | Goto the next record based on the corrent locate condition. (继承自 Workarea。) | |
Create | Create a table. (重写 Create(DbOpenInfo).) | |
CreateFields | Add columns defined in an array. (继承自 Workarea。) | |
CreateMemFile | Create the memo file (继承自 Workarea。) | |
DbEval | Evaluate a code block for each row. (继承自 Workarea。) | |
Delete | Mark the row at the current cursor position for deletion. (继承自 Workarea。) | |
Dispose | (继承自 Workarea。) | |
Dispose(Boolean) | (继承自 Workarea。) | |
EvalBlock | Evaluate a code block. (继承自 Workarea。) | |
EvalFilter | (继承自 Workarea。) | |
FieldIndex | Return the ONE based field index for a field name. (继承自 Workarea。) | |
FieldInfo | Retrieve and optionally change information about a column. (继承自 Workarea。) | |
FieldName | Retrieve a column name based on its ONE based column number. (继承自 Workarea。) | |
Flush | Flush the changes to the table, its indexes and memo file. (继承自 TEXTRDD。) | |
ForceRel | Force all pending relational seeks to be performed. (继承自 Workarea。) | |
GetField |
Return the (1 based) RddFieldInfo object for the specified field
(继承自 Workarea。) | |
GetRec | Retrieve the RDD's record buffer as array of bytes. (继承自 Workarea。) | |
GetScope | Retrieve the active locate condition. (继承自 Workarea。) | |
GetValue | Get a value for the specified column. (继承自 TEXTRDD。) | |
GetValueFile | Get the value for a column and write (export) it to an external file. (继承自 Workarea。) | |
GetValueLength | Get the length of the for the specified column. (继承自 Workarea。) | |
GoBottom | Position the cursor to the last logical row. (继承自 TEXTRDD。) | |
GoCold | Write the contents of a work area's memory to the data store (usually a disk). (继承自 TEXTRDD。) | |
GoHot | Mark a data buffer as hot, indicating that it needs to be written to the data store. (继承自 Workarea。) | |
GoTo | Position the cursor to a specific, physical row. (继承自 Workarea。) | |
GoToId | Position the cursor to a specific, physical identity. (继承自 Workarea。) | |
GoTop | Position the cursor to the first logical row. (重写 GoTop.) | |
HeaderLock | Lock or unlock the header of a database file. (继承自 Workarea。) | |
Info | Retrieve and optionally change information about a work area. (继承自 TEXTRDD。) | |
Lock | Perform a lock. (继承自 Workarea。) | |
Open | Open a table. (继承自 TEXTRDD。) | |
OpenMemFile | Open the memo file (继承自 Workarea。) | |
OrderCondition | Set the condition for the next Index Creation (继承自 Workarea。) | |
OrderCreate | Create a new index or tag. (继承自 Workarea。) | |
OrderDestroy | Delete an index or tag. (继承自 Workarea。) | |
OrderInfo | Retrieve information about an index. (继承自 Workarea。) | |
OrderListAdd | Open an index file and add to the list of open indexes for the current Workarea. (继承自 Workarea。) | |
OrderListDelete | Close an index file and remove it from the list of open indexes for the current Workarea. (继承自 Workarea。) | |
OrderListFocus | Set focus to another index in the list open indexes for the current Workarea. (继承自 Workarea。) | |
OrderListRebuild | Rebuild all indexes for the current Workarea. (继承自 Workarea。) | |
Pack | Physically remove rows marked for deletion. (继承自 Workarea。) | |
PutRec | Replace the row at the current cursor position with the contents of a byte array. (继承自 Workarea。) | |
PutValue | Write a value for a specified column (继承自 TEXTRDD。) | |
PutValueFile | Read (Import) a value from an external file and write it to the specified column. (继承自 Workarea。) | |
Recall | Remove the deletion marker from the row at the current cursor position. (继承自 Workarea。) | |
RecInfo | Retrieve and optionally change information about a row. (继承自 Workarea。) | |
Refresh | Discard all changes to the current record and reread the buffer from disk. When the current buffer is in Append mode then the server will move to the bottom of the file. (继承自 Workarea。) | |
RelArea | Retrieve the logical number of a related work area. (继承自 Workarea。) | |
RelEval | Evaluate a code block against the relation in a work area. (继承自 Workarea。) | |
RelText | Retrieve the key expression of a relation. (继承自 Workarea。) | |
Seek | Perform a seek operation on the current selected index for the current Workarea. (继承自 Workarea。) | |
SetFieldExtent | Set the Number of Fields the AddField Method will add. (继承自 Workarea。) | |
SetFilter | Set the filter condition. (继承自 Workarea。) | |
SetRel | Set a relation. (继承自 Workarea。) | |
SetScope | Set the locate condition. (继承自 Workarea。) | |
Skip | Position the cursor relative to its current position. (继承自 TEXTRDD。) | |
SkipFilter | Position the cursor, respecting scope and filter conditions. (继承自 Workarea。) | |
SkipRaw | Position the cursor regardless of scope and filter conditions. (继承自 Workarea。) | |
SkipScope | Position the cursor relative to its current position within the current scope. (继承自 Workarea。) | |
Sort | Physically reorder a table. (继承自 Workarea。) | |
SyncChildren | Force relational movement in child work areas to synchronize them with the parent work area. (继承自 Workarea。) | |
Trans | Copy one or more rows from one work area to another. (继承自 Workarea。) | |
TransRec | Copy a single row from one work area to another. (继承自 Workarea。) | |
UnLock | Release locks. (继承自 Workarea。) | |
Zap | Physically remove all rows from a table. (继承自 Workarea。) |