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


DESCRIPTION:
Write a text into a group in record array.

ClassCLASS: CRecArrayHnd

PROTOTYPE(S):
bool WriteGroupedText(int GrpID, int TextID, LPCSTR Text);
bool WriteGroupedTextW(int GrpID, int TextID, LPCWSTR Text);


ARGUMENT(S):
int GrpIDGroup id to place the text.
int TextIDAn id to be assigned to the text.
LPCSTR TextA pointer to the text to be written.
LPCWSTR TextA pointer to the wide character text to be written.


RETURN VALUE:
Returns true on succeed and false on failed.

EXAMPLE:




COMMENT:
This function will write a text into a group inside the record array. WriteGroupedTextW is a wide character version for this function.
Untitled Document
SearchSearch: