RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRichEdit.LoadMemo Method

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

Pascal
procedure LoadMemo; virtual;
C++
virtual __fastcall LoadMemo();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!