RAD Studio VCL Reference
|
Stores a specifically named data value associated with the current key.
procedure WriteBinaryData(const Name: string; var Buffer; BufSize: Integer);
__fastcall WriteBinaryData(const AnsiString Name, Buffer, int BufSize);
Call WriteBinaryData to store a data value associated with the current key.
Name is a string containing the name of the data value in which to store data. If Name already exists, its current value is overwritten by WriteBinary. If Name does not exist, it is created.
Buffer is a data buffer containing the data to store in the registry. BufSize indicates the size of Buffer.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|