RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBMemo.LoadMemo Method

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

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

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. 

 

AutoDisplay 

Field 

OnKeyPress 

Text

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!