Siliconetics Developer Center 
(609) 7607027
admin@srcsb.com
Untitled Document
SearchSearch:
ClassCRecordHnd


DESCRIPTION:
CRecordHnd is a special class used to manage CRecord object.

ClassBASE CLASS(ES):


PropertyPROPERTY(S):


ClassMethodMETHOD(S):
1. CreateNew
Create a new record in handler and prepare all the required parameters.
2. GetBuffer
Retrieve the pointer to the internal memory buffer.
3. AppendBinData
Append an amount of binary data at the end of the record.
4. AppendText
Append a text string at the end of the record.
5. IsFree
Checks either the handler is free.
6. Free
Release buffer memory currently allocated by handler.
7. SetRecord
Assign an existing record into a handler for modification.
8. operator =
Assignment operator to simplify record assignment to the handler.


CONTENT(S)/SUB-RECORD(S):


ClassDERIVED CLASS(ES):
CRecArrayHnd, CFixArrayHnd

COMMENT:
This handler will manage any memory allocation if required and hides all the massive jobs from programmer view.
Untitled Document
SearchSearch: