TDBPlusMemo component
PlusMemo Help Send comments on this topic.
TDBPlusMemo component

Glossary Item Box

 

 

Unit

PlusDB

 

Declaration (partial)

type

    TDBPlusMemo = class(TPlusMemo);

 

Description

 

TDBPlusMemo is a data aware version of TPlusMemo.  It inherits all the functionality of the latter, plus the ability to be linked to a database field.  This behavior is governed by three new properties available at design time and run time: 

 

    property AutoDisplay: Boolean;

    property DataSource: TDataSource;

    property DataField: string;

 

plus  the following public part:

    property Field: TField;

    procedure LoadMemo;

 

All these properties and methods act the same as the similarly named ones of TDBMemo.  Source code for the PlusDB unit is included in the PlusMemo package.