IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

Property Event

Fired once for each property found within an entity.

Syntax

typedef void __fastcall (__closure *TipwODataPropertyEvent)(System::TObject* Sender, TipwODataPropertyEventParams *e);


__property TipwODataPropertyEvent OnProperty = {read=FOnProperty, write=FOnProperty};

typedef struct {
     String Name;
     String TypeName;
     bool Nullable;
} TipwODataPropertyEventParams;

Remarks

The Property event is fired once for each property found within an entity after setting SchemaEntityIndex.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]