Sepi Previous
Name
AddField
Parent
TSepiClass
Visibility
PUBLIC
Description
Ajoute un champ à la classe
Source code
function AddField ( const FieldName : string ; FieldType : TSepiType ; ForcePack : Boolean = False ) : TSepiField
Parameters
Parameter Description FieldName : STRING Nom du champ FieldType : TSepiType Type du champ ForcePack : BOOLEAN Force un pack sur ce champ si True
Return
Types Description TSepiField Champ nouvellement ajouté
Sepi Previous