Vcl.DBCtrls.TDBRichEdit.LoadMemo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadMemo; virtual;

C++

virtual void __fastcall LoadMemo();

Properties

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

Description

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

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

See Also