Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TLstAttributes

Unit

UDatasetDefinition

Declaration

type TLstAttributes = class(TObject)

Description

classe gérant une liste d'attributs

Methods

Overview

Public constructor Create(Owned: boolean; prmSize: Integer);
Public constructor CreateFromStream(prmStream: TStream);
Public destructor Destroy; override;
Public procedure Add(prmAtt: TAttribute);
Public procedure Assign(prmSource: TLstAttributes);
Public procedure Clear();
Public procedure FlashLstAtt(prmDest: TStrings);
Public function GetFromName(prmName: string): TAttribute;
Public function GetIndex(prmAtt: TAttribute): integer;
Public function isAllCategory(prmCat: TEnumCatAttribut): boolean;
Public procedure SaveToStream(prmStream: TStream);

Description

Public constructor Create(Owned: boolean; prmSize: Integer);

 

Public constructor CreateFromStream(prmStream: TStream);

charger à partir d'un flux

Public destructor Destroy; override;

 

Public procedure Add(prmAtt: TAttribute);

ajouter un nouvel attribut en fin de liste

Public procedure Assign(prmSource: TLstAttributes);

ajouter une série d'attributs

Public procedure Clear();

vider la liste - selon que l'on est proprio ou non, l'attribut est détruit

Public procedure FlashLstAtt(prmDest: TStrings);

envoyer l'ensemble d'attributs dans une TStrings

Public function GetFromName(prmName: string): TAttribute;

chercher un attribut à partir de son nom

Public function GetIndex(prmAtt: TAttribute): integer;

récupérer le numéro de l'attribut

Public function isAllCategory(prmCat: TEnumCatAttribut): boolean;

teste si tous les attributs sont d'un type donné

Public procedure SaveToStream(prmStream: TStream);

sauver dans un flux

Properties

Overview

Public property Attribute[i: Integer]: TAttribute;
Public property Count: Integer;
Public property LstAtt: TObjectList;
Public property Size: Integer;

Description

Public property Attribute[i: Integer]: TAttribute;

 

Public property Count: Integer;

properties

Public property LstAtt: TObjectList;

 

Public property Size: Integer;

 


Generated by DIPasDoc 0.8.6 on ven. 09/ janv. 2004 00:52:28