/
TccConfigManager.PropertyExists

TccConfigManager.PropertyExists

Parameter

(Key, Property : WideString) : Boolean;

Beschreibung

Existenzprüfung von C4 Eigenschaften im entsprechenden Schlüssel.

Beispiel

If ccConfigManager.PropertyExists('/clarc/Software/Basics/Test','myValue') = True Then Begin   
  ShowMessage('Value Exists!'); 
End; 

If ccConfigManager.PropertyExists(   '/clarc/Software/Basics/Test','myValue') = True Then Begin   ShowMessage('Value Exists!'); End; 

Related content

TccConfigManager Beispiel
TccConfigManager Beispiel
More like this
TccConfigManager Beispiel
TccConfigManager Beispiel
More like this
TccConfigManager.NodeExists
TccConfigManager.NodeExists
More like this
TccConfigManager.NodeExists
TccConfigManager.NodeExists
More like this
TccConfigManager.GetNodeProperties
TccConfigManager.GetNodeProperties
More like this
TccConfigManager.GetNodeProperties
TccConfigManager.GetNodeProperties
More like this