Class TProviderProperty (unit CDSProv) |
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
Only add components which support IProvider to the list
TProviderProperty
ProviderInfo:=TypInfo.GetPropInfo(AComponent.ClassInfo, 'Provider'); if (ProviderInfo <> nil) and (ProviderInfo^.PropType^.Kind = tkInterface) then begin PropType := ProviderInfo^.PropType^; if IsEqualGUID(GetTypeData(PropType)^.GUID, IProvider) then exit; end;
Properties |
Events |
Variables |