RAD Studio VCL Reference
|
Stores a string that can be cleared when the data context is finished.
procedure AddStrToClear(P: Pointer);
__fastcall AddStrToClear(void * P);
Call AddStrToClear to add a string to the list of temporary strings that TDataContext maintains. When the TDataContext instance is freed, it clears all strings in this list.
P is a pointer to the string.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|