Sepi

Name
  TSepiTypeOperationOption

Parent
  SepiDelphiLikeCompilerUtils

Visibility
  PUBLIC

Description
  Option d'une opération sur un type
- tooTypeOperand : accepte un opérande qui est un type
- tooValueTypeOperand : accepte un opérande valeur pour en extraire le type
- tooStrValueOperand : accepte un opérande chaîne
- tooArrayValueOperand : accepte un opérande tableau
- tooNilIfNoTypeInfo : pour TypeInfo, accepte un type sans RTTI -> nil

Source code
  TSepiTypeOperationOption = ( tooTypeOperand , tooValueTypeOperand , tooStrValueOperand , tooArrayValueOperand , tooNilIfNoTypeInfo ) ;

Sepi


Copyright (c) 2006-2010 Sébastien Doeraene
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/