Aller au parent : TObject Delphi class function QualifiedClassName: string; C++ __classmethod UnicodeString __fastcall QualifiedClassName(); Renvoie le...
654 octet (48 mots) - 18 octobre 2011 à 21:09
Aller au parent : TObject Delphi class function UnitName: string; C++ __classmethod UnicodeString __fastcall UnitName(); Renvoie le nom de l'unité où la...
654 octet (51 mots) - 18 octobre 2011 à 19:37
Aller au parent : TObject Delphi procedure CleanupInstance; C++ void __fastcall CleanupInstance(); Achève de libérer les chaînes longues, les variants...
903 octet (62 mots) - 18 octobre 2011 à 19:35
Aller au parent : TObject Delphi class function UnitScope: string; C++ __classmethod UnicodeString __fastcall UnitScope(); Renvoie la portée d'unité de...
630 octet (48 mots) - 18 octobre 2011 à 21:34
Aller au parent : TObject Delphi class function InstanceSize: Integer; inline; C++ __classmethod int __fastcall InstanceSize(); Renvoie la taille, exprimée...
1 021 octet (78 mots) - 18 octobre 2011 à 21:20
Aller au parent : TObject Delphi function ClassType: TClass; inline; C++ TClass __fastcall ClassType(); Renvoie la référence de la classe de l'objet. Remarque : ...
1 kio (84 mots) - 18 octobre 2011 à 20:51
Aller au parent : TObject Delphi procedure FreeInstance; virtual; C++ virtual void __fastcall FreeInstance(); Libère la mémoire allouée par un appel précédent...
1 kio (82 mots) - 18 octobre 2011 à 18:51
Aller au parent : TObject Delphi class function GetInterfaceTable: PInterfaceTable; inline; C++ __classmethod PInterfaceTable __fastcall GetInterfaceTable();...
1 kio (83 mots) - 18 octobre 2011 à 21:31
Aller au parent : TComponent Delphi property DesignInfo: TDesignInfo read FDesignInfo write FDesignInfo; C++ __property TDesignInfo DesignInfo = {read=FDesignInfo...
593 octet (44 mots) - 18 octobre 2011 à 19:42
Aller au parent : TComponent Delphi property VCLComObject: Pointer read FVCLComObject write FVCLComObject; C++ __property void * VCLComObject = {read=FVCLComObject...
571 octet (37 mots) - 18 octobre 2011 à 21:02
Aller au parent : TObject Delphi procedure AfterConstruction; virtual; C++ virtual void __fastcall AfterConstruction(); Répond après l'exécution du dernier...
1 kio (81 mots) - 18 octobre 2011 à 19:00
Aller au parent : TObject Delphi function ToString: string; virtual; C++ virtual UnicodeString __fastcall ToString(); Renvoie une chaîne contenant le nom...
1 kio (86 mots) - 3 février 2023 à 13:27
Aller au parent : System Delphi type Single = { built-in type }; C++ typedef float Single; // 4 byte real Représente une valeur à virgule flottante en...
768 octet (80 mots) - 18 avril 2016 à 17:35
Aller au parent : TComponent Delphi procedure RemoveFreeNotifications; C++ void __fastcall RemoveFreeNotifications(); Notifie tous les composants possédés...
787 octet (47 mots) - 18 octobre 2011 à 19:54
Aller au parent : TFmxObject Delphi property ChildrenCount: Integer read GetChildrenCount; C++ __property int ChildrenCount = {read=GetChildrenCount, nodefault};...
422 octet (34 mots) - 12 décembre 2011 à 16:00
Aller au parent : TFmxObject Delphi property TagString: string read FTagString write FTagString; C++ __property System::UnicodeString TagString = {read=FTagString...
442 octet (37 mots) - 3 mars 2012 à 01:05
Aller au parent : TFmxObject Delphi property TagObject: TObject read FTagObject write FTagObject; C++ __property System::TObject* TagObject = {read=FTagObject...
440 octet (36 mots) - 12 décembre 2011 à 16:00
Aller au parent : TComponent Delphi function CanObserve(const ID: Integer): Boolean; virtual; C++ virtual bool __fastcall CanObserve(const int ID); Vérifie...
444 octet (34 mots) - 14 janvier 2026 à 13:43
Aller au parent : TControl Delphi <source lang="delphi"> property CustomHint: TCustomHint read GetCustomHint write SetCustomHint; </source> C++ <source...
589 octet (49 mots) - 18 octobre 2011 à 21:03
Aller au parent : TWinControl Delphi property Padding: TPadding read FPadding write SetPadding; C++ __property TPadding* Padding = {read=FPadding, write=SetPadding};...
593 octet (43 mots) - 18 octobre 2011 à 19:57