TDBRichView.LoadField

<< Click to display table of contents >>

TDBRichView.LoadField

LoadField loads the document from the field in the database into the TDBRichView control.

procedure LoadField;

LoadField allows an application to control when the TDBRichView control displays the contents of the BLOB field. Use LoadField to update the document in the TDBRichView control to the value of the field in the current record. LoadField only works when the AutoDisplay property is False, so that the value of the field is not loaded automatically.

 

Similar to LoadMemo in TDBRichEdit or TDBMemo.