/*
 * Xailer source code:
 *
 * Records.prg
 * Clase TRecords()
 *
 * Copyright 2003, 2007 Jose F. Gimenez
 * Copyright 2003, 2007 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"


//--------------------------------------------------------------------------

CLASS TRecords FROM XRecords
ENDCLASS

//--------------------------------------------------------------------------
