FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxMemTable.MasterTable Property

Master Table when using Master-Detail.

Pascal
property MasterTable: TFlxMemTable;
C++
__property TFlxMemTable MasterTable;

Use this together with the MasterField property to create a Master-Detail relationship with another FlxMemTable. This only makes sense in normal mode. In virtual mode you need to define master detail relationships yourself, by returning the correct record count and record values for the detail dataset depending on the position of the master. 

 

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!