You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvCustomConnection. WriteNullData method |
Top Previous Next |
Declaration function WriteNullData( no parameters );
Category
Description This method writes a null inside of the OnGetRow event of a data connection component. The data for custom fields must be written in the same order as the fields were defined in the OnGetCols event.
See also TRvCustomConnection Class, OnGetCols, OnGetRow, other WriteXxxxData methods
Example (Delphi) Connection.WriteNullData( );
Example (C++Builder) Connection->WriteNullData( ); |
You are reading help file online using chmlib.com
|