Initialize a new instance of TDataLink.
Source position: db.pas line 2047
public constructor TDataLink.Create; |
Create calls the inherited constructor and then initializes some fields. In particular, it sets the buffercount to 1.
|
Remove an instance of TDatalink from memory. |