|
<< Click to Display Table of Contents >> Navigation: Functions > ColorToIdent |
SIGNATURE=IW.Common.FPCCompat.ColorToIdent@Integer@string
ETYPE=Function
Declaration:
Delphi: |
function ColorToIdent(AColor: Integer; var AIdent: string): Boolean; |
C++: |
bool ColorToIdent(int AColor, String AIdent); |
Unit: IW.Common.FpcCompat.pas
Description: This is function IW.Common.FPCCompat.ColorToIdent.
Parameters:
•AColor: Integer
•AIdent: string
Result(Boolean):