Vcl.DBCtrls.TDBMemo.LoadMemo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadMemo; virtual;

C++

virtual void __fastcall LoadMemo(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBMemo

Description

LoadMemo loads the text BLOB from the field in the database into the memo control.

LoadMemo allows an application to control when the memo control displays the actual contents of a text BLOB field. Use LoadMemo to update the text in the memo control to the value of the field in the current record. LoadMemo only works with text BLOB fields, when the AutoDisplay property is false, so that the value of the field is not loaded automatically.

See Also