RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRichEdit.Loaded Method

Initializes the memo control when it is first loaded into memory.

Pascal
procedure Loaded; override;
C++
virtual __fastcall Loaded();

Loaded overrides the inherited method so that the Modified property is set to false when the form containing the memo is first loaded into memory. Derived classes can override the Loaded method to perform additional initializations after the memo's form is loaded. 

 

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