Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
int_data_loader
type IDataLoader = interface(IInterface)
Interface defining basic operation for data loading.
function GetPointsSetCopy: TTitlePointsSet;
procedure LoadDataSet(AFileName: string);
procedure Reload;